Class SubCommand
java.lang.Object
net.guizhanss.guizhanlib.minecraft.commands.AbstractCommand
net.guizhanss.guizhanlib.minecraft.commands.SubCommand
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSubCommand(String name, Function<AbstractCommand, String> description, String usage, AbstractCommand... subCommands) protectedSubCommand(SubCommand parent, String name, Function<AbstractCommand, String> description, String usage, AbstractCommand... subCommands) -
Method Summary
Methods inherited from class net.guizhanss.guizhanlib.minecraft.commands.AbstractCommand
addSubCommand, addSubCommands, getFullUsage, hasParent, hasSubCommands, onCommandExecute, onExecute, onTab, onTabCompleteExecute, sendHelp
-
Constructor Details
-
SubCommand
protected SubCommand(@Nullable SubCommand parent, @Nonnull String name, @Nonnull Function<AbstractCommand, String> description, @Nonnull String usage, @Nonnull AbstractCommand... subCommands) -
SubCommand
@ParametersAreNonnullByDefault protected SubCommand(String name, Function<AbstractCommand, String> description, String usage, AbstractCommand... subCommands)
-