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 with type parameters of type AbstractCommandAPICommandModifier and TypeMethodDescription<Impl extends AbstractCommandAPICommand<Impl, Argument, CommandSender>>
booleanCommandAPIPlatform.checkRegistrationStatus(AbstractCommandAPICommand<Impl, Argument, CommandSender> command) A pre-registration hook to prevent registration if not possible, for example on Paper before the bootstrapper runs but the CommandAPI already expects commands to be registered.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 TypeMethodDescription<Impl extends AbstractCommandAPICommand<Impl, Argument, CommandSender>>
booleanCommandAPIPlatform.checkRegistrationStatus(AbstractCommandAPICommand<Impl, Argument, CommandSender> command) A pre-registration hook to prevent registration if not possible, for example on Paper before the bootstrapper runs but the CommandAPI already expects commands to be registered.static <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