- getArgument(String) - Method in class me.mattstudios.mf.base.CommandBase
-
- getArgValue() - Method in class me.mattstudios.mf.base.components.CommandData
-
Gets the arg values
- getCommandBase() - Method in class me.mattstudios.mf.base.components.CommandData
-
Gets the command base of the command for the invoke later
- getCompletionHandler() - Method in class me.mattstudios.mf.base.CommandManager
-
Gets the completion handler class, which handles all the command completions in the plugin.
- getCompletionMethod() - Method in class me.mattstudios.mf.base.components.CommandData
-
Gets the completion method
- getCompletions() - Method in class me.mattstudios.mf.base.components.CommandData
-
Gets all the completions and the ids
- getFirstParam() - Method in class me.mattstudios.mf.base.components.CommandData
-
Gets the first parameter class
- 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.base.components.CommandData
-
Gets the method
- getName() - Method in class me.mattstudios.mf.base.components.CommandData
-
Gets the sub command name
- getParameterHandler() - Method in class me.mattstudios.mf.base.CommandManager
-
Gets the parameter types class to register new ones and to check too.
- getParameterNames() - Method in class me.mattstudios.mf.base.components.CommandData
-
Gets the parameter names
- getParams() - Method in class me.mattstudios.mf.base.components.CommandData
-
Gets the list of parameters the method has
- getPermissions() - Method in class me.mattstudios.mf.base.components.CommandData
-
Gets list of permissions
- getResolved(Object) - Method in interface me.mattstudios.mf.base.components.ParameterResolver
-
Resolves the type of class and returns the function registered.
- getWrongUsage() - Method in class me.mattstudios.mf.base.components.CommandData
-
Gets the wrong usage message