Package org.incendo.cloud.bukkit
Class BukkitCommandContextKeys
java.lang.Object
org.incendo.cloud.bukkit.BukkitCommandContextKeys
Bukkit related
CommandContext keys.- Since:
- 1.5.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CloudKey<CommandSender> Key used to store the Bukkit nativeCommandSenderin theCommandContext.Key used to store anExecutorfor the command sender's scheduler. -
Method Summary
-
Field Details
-
BUKKIT_COMMAND_SENDER
Key used to store the Bukkit nativeCommandSenderin theCommandContext.- Since:
- 1.5.0
-
SENDER_SCHEDULER_EXECUTOR
Key used to store anExecutorfor the command sender's scheduler.- Since:
- 2.0.0
-