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 implementationMethods in dev.jorel.commandapi that return CommandAPIExecutorConstructors in dev.jorel.commandapi with parameters of type CommandAPIExecutorModifierConstructorDescriptionExecution(List<Argument> arguments, CommandAPIExecutor<CommandSender, AbstractCommandSender<? extends CommandSender>> executor)