Interface BoxCommand
- All Superinterfaces:
Command
,SubCommandHoldable
An interface of /box command.
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.okocraft.box.api.command.SubCommandHoldable
SubCommandHoldable.SubCommandHolder
-
Method Summary
Modifier and TypeMethodDescriptionvoid
changeNoArgumentCommand
(@Nullable Command command) Changes the command when there is no argument.Methods inherited from interface net.okocraft.box.api.command.Command
getAliases, getHelp, getName, getPermissionNode, onCommand, onTabComplete
Methods inherited from interface net.okocraft.box.api.command.SubCommandHoldable
getSubCommandHolder
-
Method Details
-
changeNoArgumentCommand
Changes the command when there is no argument.- Parameters:
command
- the command to change
-