Package | Description |
---|---|
com.chrismin13.additionsapi.enums | |
com.chrismin13.additionsapi.items | |
com.codingforcookies.armorequip |
Modifier and Type | Method and Description |
---|---|
static ArmorType |
ArmorType.getArmorType(org.bukkit.inventory.ItemStack item) |
static ArmorType |
ArmorType.getArmorType(org.bukkit.Material material) |
static ArmorType |
ArmorType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ArmorType[] |
ArmorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ArmorType |
CustomArmor.getArmorType() |
Constructor and Description |
---|
CustomLeatherArmor(ArmorType armorType,
int amount,
short durability,
java.lang.String idName,
org.bukkit.Color color)
Creates a Custom Leather Armor piece.
|
Modifier and Type | Method and Description |
---|---|
ArmorType |
ArmorEquipEvent.getType() |
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.
|