Package dev.jorel.commandapi.executors
package dev.jorel.commandapi.executors
Classes relating to the different FunctionalInterfaces for command execution
-
ClassDescriptionA normal command executor for a BlockCommandSenderA resulting command executor for a BlockCommandSenderA normal command executor for a CommandSenderA normal command executor for a ConsoleCommandSenderA resulting command executor for a ConsoleCommandSenderA normal command executor for an EntityA resulting command executor for an EntityAn enum representing the type of an executorIExecutorNormal<T extends org.bukkit.command.CommandSender>The interface for normal command executorsIExecutorResulting<T extends org.bukkit.command.CommandSender>The interface for resulting command executorsAn interface that includes the type of an executor (what command senders it can execute) and has a method that executes an executor with a given command sender and argumentsA normal command executor for a NativeProxyCommandSenderA resulting command executor for a NativeProxyCommandSenderA normal command executor for a PlayerA resulting command executor for a PlayerA normal command executor for a NativeProxyCommandSenderA resulting command executor for a NativeProxyCommandSenderA resulting command executor for a CommandSender