Uses of Class
net.guizhanss.guizhanlib.minecraft.commands.SubCommand
Packages that use SubCommand
Package
Description
This package contains a command framework.
-
Uses of SubCommand in net.guizhanss.guizhanlib.minecraft.commands
Methods in net.guizhanss.guizhanlib.minecraft.commands with parameters of type SubCommandModifier and TypeMethodDescriptionAbstractCommand.addSubCommand(SubCommand... subCommands) Adds severalSubCommandto this node.Constructors in net.guizhanss.guizhanlib.minecraft.commands with parameters of type SubCommandModifierConstructorDescriptionprotectedAbstractCommand(String name, BiFunction<AbstractCommand, CommandSender, String> description, String usage, SubCommand... subCommands) Creates a newAbstractCommandinstance, without a parent node.protectedAbstractCommand(AbstractCommand parent, String name, BiFunction<AbstractCommand, CommandSender, String> description, String usage, SubCommand... subCommands) Creates a newAbstractCommandinstance.protectedBaseCommand(PluginCommand command, BiFunction<AbstractCommand, CommandSender, String> description, String usage, SubCommand... subCommands) protectedSubCommand(String name, BiFunction<AbstractCommand, CommandSender, String> description, String usage, SubCommand... subCommands) protectedSubCommand(AbstractCommand parent, String name, BiFunction<AbstractCommand, CommandSender, String> description, String usage, SubCommand... subCommands)