Uses of Class
io.github.projectunified.minelib.util.subcommand.SubCommand
Packages that use SubCommand
-
Uses of SubCommand in io.github.projectunified.minelib.util.subcommand
Fields in io.github.projectunified.minelib.util.subcommand with type parameters of type SubCommandModifier and TypeFieldDescriptionprotected final Map<String,
SubCommand> SubCommandManager.subcommands
Methods in io.github.projectunified.minelib.util.subcommand that return types with arguments of type SubCommandModifier and TypeMethodDescriptionfinal @NotNull Map<String,
SubCommand> SubCommandManager.getSubcommands()
Get the available sub-commandsMethods in io.github.projectunified.minelib.util.subcommand with parameters of type SubCommandModifier and TypeMethodDescriptionfinal void
SubCommandManager.registerSubcommand
(@NotNull SubCommand subCommand) Register a sub-commandfinal void
SubCommandManager.unregisterSubcommand
(@NotNull SubCommand subCommand) Unregister a sub-command