Uses of Class
dev.jorel.commandapi.CommandAPICommand
Packages that use CommandAPICommand
-
Uses of CommandAPICommand in dev.jorel.commandapi
Methods in dev.jorel.commandapi that return CommandAPICommandModifier and TypeMethodDescriptionCommandAPICommand.withArguments(Argument<?>... args) Appends the argument(s) to the current command builderCommandAPICommand.withArguments(List<Argument<?>> args) Appends the arguments to the current command builderCommandAPICommand.withSubcommand(CommandAPICommand subcommand) Adds a subcommand to this command builderCommandAPICommand.withSubcommands(CommandAPICommand... subcommands) Adds subcommands to this command builderMethods in dev.jorel.commandapi that return types with arguments of type CommandAPICommandModifier and TypeMethodDescriptionCommandAPICommand.getSubcommands()Returns the list of subcommands that this command hasMethods in dev.jorel.commandapi with parameters of type CommandAPICommandModifier and TypeMethodDescriptionstatic com.mojang.brigadier.CommandBrigadier.fromCommand(CommandAPICommand command) Converts a CommandAPICommand into a Brigadier CommandCommandAPICommand.withSubcommand(CommandAPICommand subcommand) Adds a subcommand to this command builderCommandAPICommand.withSubcommands(CommandAPICommand... subcommands) Adds subcommands to this command builderMethod parameters in dev.jorel.commandapi with type arguments of type CommandAPICommandModifier and TypeMethodDescriptionvoidCommandAPICommand.setSubcommands(List<CommandAPICommand> subcommands) Sets the list of subcommands that this command has