CommandAPI 9.3.0
An API for the command UI introduced in Minecraft 1.13
dev.jorel.commandapi.executors.ExecutorType Enum Reference

An enum representing the type of an executor. More...

Public Attributes

 PLAYER
 An executor where the CommandSender is a Player.
 
 ENTITY
 An executor where the CommandSender is an Entity.
 
 CONSOLE
 An executor where the CommandSender is a ConsoleCommandSender.
 
 BLOCK
 An executor where the CommandSender is a BlockCommandSender.
 
 ALL
 An executor where the CommandSender is any CommandSender.
 
 PROXY
 An executor where the CommandSender is a NativeProxyCommandSender.
 
 NATIVE
 An executor where the CommandSender is (always) a NativeProxyCommandSender.
 
 REMOTE
 An executor where the CommandSender is a RemoteConsoleCommandSender.
 
 FEEDBACK_FORWARDING
 An executor where the CommandSender is a io.papermc.paper.commands.FeedbackForwardingSender @endiliteral.

 

Detailed Description

An enum representing the type of an executor.