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.common
Methods in com.github.siroshun09.mccommand.common that return SubCommandHolder Modifier and Type Method Description static @NotNull SubCommandHolder
SubCommandHolder. of(@NotNull Command... subCommands)
Create aSubCommandHolder
from specified subcommands.static @NotNull SubCommandHolder
SubCommandHolder. of(@NotNull Collection<Command> subCommands)
Create aSubCommandHolder
from a collection of subcommands.
-