Package cloud.commandframework.bukkit
Class BukkitCommandContextKeys
java.lang.Object
cloud.commandframework.bukkit.BukkitCommandContextKeys
Bukkit related
CommandContext keys.- Since:
- 1.5.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final cloud.commandframework.keys.CloudKey<org.bukkit.command.CommandSender>Key used to store the Bukkit nativeCommandSenderin theCommandContext.static final cloud.commandframework.keys.CloudKey<Set<CloudBukkitCapabilities>>Key used to store the activeCloudBukkitCapabilitiesin theCommandContext. -
Method Summary
-
Field Details
-
BUKKIT_COMMAND_SENDER
public static final cloud.commandframework.keys.CloudKey<org.bukkit.command.CommandSender> BUKKIT_COMMAND_SENDERKey used to store the Bukkit nativeCommandSenderin theCommandContext.- Since:
- 1.5.0
-
CLOUD_BUKKIT_CAPABILITIES
public static final cloud.commandframework.keys.CloudKey<Set<CloudBukkitCapabilities>> CLOUD_BUKKIT_CAPABILITIESKey used to store the activeCloudBukkitCapabilitiesin theCommandContext.- Since:
- 1.5.0
-