Uses of Class
net.guizhanss.guizhanlib.minecraft.commands.AbstractCommand
Packages that use AbstractCommand
Package
Description
This package contains a command framework.
-
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(SubCommand... subCommands) Adds severalSubCommandto this node.Constructors in net.guizhanss.guizhanlib.minecraft.commands with parameters of type AbstractCommandModifierConstructorDescriptionprotectedAbstractCommand(AbstractCommand parent, String name, BiFunction<AbstractCommand, CommandSender, String> description, String usage, SubCommand... subCommands) Creates a newAbstractCommandinstance.protectedSubCommand(AbstractCommand parent, String name, BiFunction<AbstractCommand, CommandSender, String> description, String usage, SubCommand... subCommands) Constructor parameters in net.guizhanss.guizhanlib.minecraft.commands with type arguments of type AbstractCommandModifierConstructorDescriptionprotectedAbstractCommand(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)