Uses of Class
org.bukkit.inventory.EquipmentSlot
Package | Description |
---|---|
org.bukkit.event.player | |
org.bukkit.inventory |
Classes involved in manipulating player inventories and item interactions.
|
-
Uses of EquipmentSlot in org.bukkit.event.player
Methods in org.bukkit.event.player that return EquipmentSlot Modifier and Type Method Description EquipmentSlot
PlayerArmorStandManipulateEvent. getSlot()
Returns the raw item slot of the armor stand in this event.Constructors in org.bukkit.event.player with parameters of type EquipmentSlot Constructor Description PlayerArmorStandManipulateEvent(Player who, ArmorStand clickedEntity, ItemStack playerItem, ItemStack armorStandItem, EquipmentSlot slot)
-
Uses of EquipmentSlot in org.bukkit.inventory
Methods in org.bukkit.inventory that return EquipmentSlot Modifier and Type Method Description static EquipmentSlot
EquipmentSlot. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EquipmentSlot[]
EquipmentSlot. values()
Returns an array containing the constants of this enum type, in the order they are declared.