- getCommand() - Method in class me.mattstudios.mf.components.CommandData
-
- getCompletionHandler() - Method in class me.mattstudios.mf.base.CommandManager
-
Gets the completion handler class, which handles all the command completions in the plugin.
- getCompletions() - Method in class me.mattstudios.mf.components.CommandData
-
- getFirstParam() - Method in class me.mattstudios.mf.components.CommandData
-
- getMaxArgs() - Method in class me.mattstudios.mf.components.CommandData
-
- getMessageEnum() - Method in exception me.mattstudios.mf.exceptions.InvalidArgumentException
-
- getMessageHandler() - Method in class me.mattstudios.mf.base.CommandManager
-
Gets the message handler, which handles all the messages autogenerated by the framework.
- getMethod() - Method in class me.mattstudios.mf.components.CommandData
-
- getMinArgs() - Method in class me.mattstudios.mf.components.CommandData
-
- getParameterHandler() - Method in class me.mattstudios.mf.base.CommandManager
-
Gets the parameter types class to register new ones and to check too.
- getParams() - Method in class me.mattstudios.mf.components.CommandData
-
- getPermission() - Method in class me.mattstudios.mf.components.CommandData
-
- getResolved(Object, Class) - Method in interface me.mattstudios.mf.components.ParameterResolver
-
Resolves the type of class and returns the function registered.
- getTypeResult(String, Object) - Method in class me.mattstudios.mf.components.CompletionHandler
-
Gets the values from the registered functions.
- getTypeResult(Class<?>, Object, CommandSender) - Method in class me.mattstudios.mf.components.ParameterHandler
-
Gets a specific type result based on a class type.
- getTypeResult(Class<?>, Object, CommandSender, Class<?>) - Method in class me.mattstudios.mf.components.ParameterHandler
-
Special case for enums because it wasn't working the other way.