Package | Description |
---|---|
eu.wauz.wauzcore.events |
This package contains all custom event classes used in WauzCore.
|
Modifier and Type | Field and Description |
---|---|
private ArmorEquipEvent.EquipMethod |
ArmorEquipEvent.equipMethod
How the armor was equipped.
|
Modifier and Type | Method and Description |
---|---|
ArmorEquipEvent.EquipMethod |
ArmorEquipEvent.getEquipMethod() |
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 equipMethod,
ArmorEquipEvent.ArmorType armorType,
org.bukkit.inventory.ItemStack oldArmorPiece,
org.bukkit.inventory.ItemStack newArmorPiece)
Creates a new armor equip event with given values.
|