SPIGOT-3138: Add GENERIC_ARMOR_TOUGHNESS Attribute

This commit is contained in:
md_5 2017-03-19 09:32:59 +11:00
parent dd4b40424c
commit 75136977af

View file

@ -33,6 +33,10 @@ public enum Attribute {
* Armor bonus of an Entity.
*/
GENERIC_ARMOR,
/**
* Armor durability bonus of an Entity.
*/
GENERIC_ARMOR_TOUGHNESS,
/**
* Luck bonus of an Entity.
*/