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