Uses of Class
io.github.projectunified.minelib.util.subcommand.SubCommand
-
Uses of SubCommand in io.github.projectunified.minelib.util.subcommand
Modifier and TypeFieldDescriptionprotected final Map<String,
SubCommand> SubCommandManager.subcommands
Modifier and TypeMethodDescriptionfinal @NotNull Map<String,
SubCommand> SubCommandManager.getSubcommands()
Get the available sub-commandsModifier and TypeMethodDescriptionfinal void
SubCommandManager.registerSubcommand
(@NotNull SubCommand subCommand) Register a sub-commandfinal void
SubCommandManager.unregisterSubcommand
(@NotNull SubCommand subCommand) Unregister a sub-command