SPIGOT-3138: Add GENERIC_ARMOR_TOUGHNESS Attribute

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2017-03-19 09:32:59 +11:00
parent 9d860f7ef6
commit 7b6cf91ff5

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.
*/