Package me.qscbm.inlayx.command
Class GemCommand
java.lang.Object
me.qscbm.inlayx.command.GemCommand
- All Implemented Interfaces:
org.bukkit.command.CommandExecutor
命令执行器/补全器
调度命令的执行与补全
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanonCommand(@NonNull org.bukkit.command.CommandSender sender, @NonNull org.bukkit.command.Command command, @NonNull String label, String[] args) static booleanregisterSubCommand(@NonNull SubCommand subCommand) 注册子命令.
-
Field Details
-
COMMAND_ALIASES
-
COMMANDS
-
-
Constructor Details
-
GemCommand
-
-
Method Details