Package net.okocraft.box.api.command
Interface SubCommandHoldable
- All Known Subinterfaces:
BoxAdminCommand,BoxCommand
public interface SubCommandHoldable
An interface that can hold subcommands.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classA class that holds subcommands. -
Method Summary
Modifier and TypeMethodDescription@NotNull SubCommandHoldable.SubCommandHolderGets theSubCommandHoldable.SubCommandHolder.
-
Method Details
-
getSubCommandHolder
Gets theSubCommandHoldable.SubCommandHolder.- Returns:
- the
SubCommandHoldable.SubCommandHolder
-