Class ISubCommand<P extends CodexPlugin<P>>
java.lang.Object
studio.magemonkey.codex.commands.api.IAbstractCommand<P>
studio.magemonkey.codex.commands.api.ISubCommand<P>
- Direct Known Subclasses:
AboutCommand,CycleCommand,EditorCommand,HelpCommand,ListCommand,ReloadCommand,ShowCommand,StopCommand,ToggleCommand
-
Field Summary
FieldsFields inherited from class studio.magemonkey.codex.commands.api.IAbstractCommand
aliases, permission, plugin -
Constructor Summary
ConstructorsConstructorDescriptionISubCommand(P plugin, String[] aliases) ISubCommand(P plugin, String[] aliases, String permission) ISubCommand(P plugin, List<String> aliases) ISubCommand(P plugin, List<String> aliases, String permission) -
Method Summary
Methods inherited from class studio.magemonkey.codex.commands.api.IAbstractCommand
description, errItem, errPerm, errPlayer, errSender, errType, execute, getNumD, getNumD, getNumI, getNumI, getPermission, getTab, hasPerm, labels, perform, playersOnly, printUsage, usage
-
Field Details
-
parent
-
-
Constructor Details
-
ISubCommand
-
ISubCommand
-
ISubCommand
-
ISubCommand
-
-
Method Details
-
getParent
-
setParent
-