- getArgument(String) - Method in class me.mattstudios.mf.base.CommandBase
-
Gets the argument used for the command
- getArgumentName() - Method in class me.mattstudios.mf.base.components.TypeResult
-
Gets the argument name
- 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
- 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
- getNoPermission() - Method in class me.mattstudios.mf.base.components.CommandData
-
Gets the no permission message
- 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
- getResolvedValue() - Method in class me.mattstudios.mf.base.components.TypeResult
-
Gets the resolved value
- getSenderClass() - Method in class me.mattstudios.mf.base.components.CommandData
-
Gets the first parameter class
- getWrongUsage() - Method in class me.mattstudios.mf.base.components.CommandData
-
Gets the wrong usage message