Package | Description |
---|---|
com.codingforcookies.armorequip |
Modifier and Type | Method and Description |
---|---|
ArmorEquipEvent.EquipMethod |
ArmorEquipEvent.getMethod()
Gets the method used to either equip or unequip an armor piece.
|
static ArmorEquipEvent.EquipMethod |
ArmorEquipEvent.EquipMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ArmorEquipEvent.EquipMethod[] |
ArmorEquipEvent.EquipMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ArmorEquipEvent(org.bukkit.entity.Player player,
ArmorEquipEvent.EquipMethod equipType,
ArmorType type,
org.bukkit.inventory.ItemStack oldArmorPiece,
org.bukkit.inventory.ItemStack newArmorPiece)
Constructor for the ArmorEquipEvent.
|