Uses of Class
dev.jorel.commandapi.AbstractCommandAPICommand
Packages that use AbstractCommandAPICommand
-
Uses of AbstractCommandAPICommand in dev.jorel.commandapi
Classes in dev.jorel.commandapi with type parameters of type AbstractCommandAPICommandModifier and TypeClassDescriptionclassAbstractCommandAPICommand<Impl extends AbstractCommandAPICommand<Impl,Argument, CommandSender>, Argument extends AbstractArgument<?, ?, Argument, CommandSender>, CommandSender> A builder used to create commands to be registered by the CommandAPI.Methods in dev.jorel.commandapi that return AbstractCommandAPICommandModifier and TypeMethodDescriptionCommandAPIPlatform.newConcreteCommandAPICommand(dev.jorel.commandapi.CommandMetaData<CommandSender> meta) Methods in dev.jorel.commandapi with parameters of type AbstractCommandAPICommandModifier and TypeMethodDescriptionstatic <Argument extends AbstractArgument<?,?, Argument, CommandSender>, CommandSender>
com.mojang.brigadier.CommandBrigadier.fromCommand(AbstractCommandAPICommand<?, Argument, CommandSender> command) Converts a CommandAPICommand into a Brigadier CommandAbstractCommandAPICommand.withSubcommands(Impl... subcommands) Adds subcommands to this command builder