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
Modifier and TypeInterfaceDescriptionstatic class
A class that holds subcommands. -
Method Summary
Modifier and TypeMethodDescription@NotNull SubCommandHoldable.SubCommandHolder
Gets theSubCommandHoldable.SubCommandHolder
.
-
Method Details
-
getSubCommandHolder
Gets theSubCommandHoldable.SubCommandHolder
.- Returns:
- the
SubCommandHoldable.SubCommandHolder
-