Uses of Class
com.github.siroshun09.mccommand.common.SubCommandHolder
- 
Packages that use SubCommandHolder Package Description com.github.siroshun09.mccommand.common The root package of this library.
- 
- 
Uses of SubCommandHolder in com.github.siroshun09.mccommand.commonMethods in com.github.siroshun09.mccommand.common that return SubCommandHolder Modifier and Type Method Description static @NotNull SubCommandHolderSubCommandHolder. of(@NotNull Command... subCommands)Create aSubCommandHolderfrom specified subcommands.static @NotNull SubCommandHolderSubCommandHolder. of(@NotNull Collection<Command> subCommands)Create aSubCommandHolderfrom a collection of subcommands.
 
-