Package | Description |
---|---|
org.bukkit.event.player | |
org.bukkit.inventory |
Classes involved in manipulating player inventories and item interactions.
|
Modifier and Type | Method and Description |
---|---|
EquipmentSlot |
PlayerArmorStandManipulateEvent.getSlot()
Returns the raw item slot of the armor stand in this event.
|
Constructor and Description |
---|
PlayerArmorStandManipulateEvent(Player who,
ArmorStand clickedEntity,
ItemStack playerItem,
ItemStack armorStandItem,
EquipmentSlot slot) |
Modifier and Type | Method and Description |
---|---|
static EquipmentSlot |
EquipmentSlot.valueOf(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.
|
Copyright © 2016. All rights reserved.