mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
SPIGOT-3138: Add GENERIC_ARMOR_TOUGHNESS Attribute
This commit is contained in:
parent
dd4b40424c
commit
75136977af
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue