Uses of Class
dev.jorel.commandapi.CommandAPIExecutor
Packages that use CommandAPIExecutor
-
Uses of CommandAPIExecutor in dev.jorel.commandapi
Fields in dev.jorel.commandapi declared as CommandAPIExecutorModifier and TypeFieldDescriptionprotected CommandAPIExecutor<CommandSender, AbstractCommandSender<? extends CommandSender>> Executable.executorThe CommandAPIExecutor for this executable implementationprotected CommandAPIExecutor<CommandSender, AbstractCommandSender<? extends CommandSender>> Executable.executorThe CommandAPIExecutor for this executable implementationprotected CommandAPIExecutor<CommandSender, AbstractCommandSender<? extends CommandSender>> Executable.executorThe CommandAPIExecutor for this executable implementationprotected CommandAPIExecutor<CommandSender, AbstractCommandSender<? extends CommandSender>> Executable.executorThe CommandAPIExecutor for this executable implementationprotected CommandAPIExecutor<CommandSender, AbstractCommandSender<? extends CommandSender>> Executable.executorThe CommandAPIExecutor for this executable implementationMethods in dev.jorel.commandapi that return CommandAPIExecutorMethods in dev.jorel.commandapi with parameters of type CommandAPIExecutorModifier and TypeMethodDescriptioncom.mojang.brigadier.Command<Source> CommandAPIHandler.generateCommand(Argument[] args, CommandAPIExecutor<CommandSender, AbstractCommandSender<? extends CommandSender>> executor, boolean converted) Generates a command to be registered by the CommandAPI.Constructors in dev.jorel.commandapi with parameters of type CommandAPIExecutorModifierConstructorDescriptionExecution(List<Argument> arguments, CommandAPIExecutor<CommandSender, AbstractCommandSender<? extends CommandSender>> executor)