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