Class DexterityCommand
java.lang.Object
me.c7dev.dexterity.command.DexterityCommand
- All Implemented Interfaces:
CommandExecutor
,TabCompleter
Command registration class - for API, use
CommandHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
onCommand
(CommandSender sender, Command cmd, String label, String[] args) onTabComplete
(CommandSender sender, Command cmd, String label, String[] argsr)
-
Constructor Details
-
DexterityCommand
public DexterityCommand(me.c7dev.dexterity.Dexterity plugin)
-
-
Method Details
-
cmdDelay
-
onCommand
- Specified by:
onCommand
in interfaceCommandExecutor
-
onTabComplete
- Specified by:
onTabComplete
in interfaceTabCompleter
-