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