- getCommand() - Method in class me.mattstudios.mf.base.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.base.components.CommandData
-
- getFirstParam() - Method in class me.mattstudios.mf.base.components.CommandData
-
- getMaxArgs() - Method in class me.mattstudios.mf.base.components.CommandData
-
- getMessage() - Method in exception me.mattstudios.mf.exceptions.InvalidArgExceptionMsg
-
- getMessageHandler() - Method in class me.mattstudios.mf.base.CommandManager
-
Gets the message handler, which handles all the messages autogenerated by the framework.
- getMessageId() - Method in exception me.mattstudios.mf.exceptions.InvalidArgException
-
- getMethod() - Method in class me.mattstudios.mf.base.components.CommandData
-
- getMinArgs() - Method in class me.mattstudios.mf.base.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.base.components.CommandData
-
- getPermission() - Method in class me.mattstudios.mf.base.components.CommandData
-
- getResolved(Object) - Method in interface me.mattstudios.mf.base.components.ParameterResolver
-
Resolves the type of class and returns the function registered.