Package org.core.command.commands
Class TranslateCoreCommands
java.lang.Object
org.core.command.commands.TranslateCoreCommands
- All Implemented Interfaces:
ArgumentLauncher
,BaseCommandLauncher
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the registered argument commands to this commandgetName()
boolean
hasPermission(CommandSource source)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.core.command.ArgumentLauncher
run, tab
Methods inherited from interface org.core.command.BaseCommandLauncher
getAliases, getUsage
-
Constructor Details
-
TranslateCoreCommands
-
-
Method Details
-
getCommands
Description copied from interface:ArgumentLauncher
Gets the registered argument commands to this command- Specified by:
getCommands
in interfaceArgumentLauncher
- Returns:
- A set of registered Argument Command
-
getName
- Specified by:
getName
in interfaceBaseCommandLauncher
-
getDescription
- Specified by:
getDescription
in interfaceBaseCommandLauncher
-
hasPermission
- Specified by:
hasPermission
in interfaceBaseCommandLauncher
-