mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-23 16:56:31 +01:00
SPIGOT-3138: Add GENERIC_ARMOR_TOUGHNESS Attribute
By: md_5 <git@md-5.net>
This commit is contained in:
parent
9d860f7ef6
commit
7b6cf91ff5
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