Uses of Class
net.guizhanss.guizhanlib.minecraft.commands.AbstractCommand
Packages that use AbstractCommand
-
Uses of AbstractCommand in net.guizhanss.guizhanlib.minecraft.commands
Subclasses of AbstractCommand in net.guizhanss.guizhanlib.minecraft.commandsMethods in net.guizhanss.guizhanlib.minecraft.commands that return AbstractCommandModifier and TypeMethodDescriptionAbstractCommand.addSubCommand(AbstractCommand subCommand) Adds aAbstractCommandto this node.AbstractCommand.addSubCommands(AbstractCommand... subCommands) Adds severalAbstractCommandto this node.Methods in net.guizhanss.guizhanlib.minecraft.commands with parameters of type AbstractCommandModifier and TypeMethodDescriptionAbstractCommand.addSubCommand(AbstractCommand subCommand) Adds aAbstractCommandto this node.AbstractCommand.addSubCommands(AbstractCommand... subCommands) Adds severalAbstractCommandto this node.Constructors in net.guizhanss.guizhanlib.minecraft.commands with parameters of type AbstractCommandModifierConstructorDescriptionprotectedAbstractCommand(String name, Function<AbstractCommand, String> description, String usage, AbstractCommand... subCommands) Creates a newAbstractCommandinstance, without a parent node.protectedAbstractCommand(AbstractCommand parent, String name, Function<AbstractCommand, String> description, String usage, AbstractCommand... subCommands) Creates a newAbstractCommandinstance.protectedBaseCommand(PluginCommand command, Function<AbstractCommand, String> description, String usage, AbstractCommand... subCommands) protectedSubCommand(String name, Function<AbstractCommand, String> description, String usage, AbstractCommand... subCommands) protectedSubCommand(SubCommand parent, String name, Function<AbstractCommand, String> description, String usage, AbstractCommand... subCommands) Constructor parameters in net.guizhanss.guizhanlib.minecraft.commands with type arguments of type AbstractCommandModifierConstructorDescriptionprotectedAbstractCommand(String name, Function<AbstractCommand, String> description, String usage, AbstractCommand... subCommands) Creates a newAbstractCommandinstance, without a parent node.protectedAbstractCommand(AbstractCommand parent, String name, Function<AbstractCommand, String> description, String usage, AbstractCommand... subCommands) Creates a newAbstractCommandinstance.protectedBaseCommand(PluginCommand command, Function<AbstractCommand, String> description, String usage, AbstractCommand... subCommands) protectedSubCommand(String name, Function<AbstractCommand, String> description, String usage, AbstractCommand... subCommands) protectedSubCommand(SubCommand parent, String name, Function<AbstractCommand, String> description, String usage, AbstractCommand... subCommands)