Uses of Class
cn.ycraft.limbo.command.SubCommand
Packages that use SubCommand
-
Uses of SubCommand in cn.ycraft.limbo.command
Fields in cn.ycraft.limbo.command with type parameters of type SubCommandModifier and TypeFieldDescriptionprotected final @NotNull Map<String,
SubCommand<?>> CommandHandler.registeredCommands
Methods in cn.ycraft.limbo.command that return SubCommandModifier and TypeMethodDescriptionprotected @Nullable SubCommand<?>
CommandHandler.getSubCommand
(@NotNull String name) Methods in cn.ycraft.limbo.command with parameters of type SubCommandModifier and TypeMethodDescriptionvoid
CommandHandler.registerSubCommand
(@NotNull SubCommand<?> command, @NotNull String name, @NotNull String... aliases) -
Uses of SubCommand in cn.ycraft.limbo.command.defaults
Subclasses of SubCommand in cn.ycraft.limbo.command.defaultsModifier and TypeClassDescriptionclass
class
class
class
class
class