summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2017-03-19 09:32:59 +1100
committermd_5 <git@md-5.net>2017-03-19 09:32:59 +1100
commit75136977af49ed90e15ea6282145e5ae302b4743 (patch)
tree0842325f37f657033332262eb0ea271388733019 /src
parentdd4b40424c2afeca8bb5f5bb6234db1ee35933f6 (diff)
downloadbukkit-75136977af49ed90e15ea6282145e5ae302b4743.tar
bukkit-75136977af49ed90e15ea6282145e5ae302b4743.tar.gz
bukkit-75136977af49ed90e15ea6282145e5ae302b4743.tar.lz
bukkit-75136977af49ed90e15ea6282145e5ae302b4743.tar.xz
bukkit-75136977af49ed90e15ea6282145e5ae302b4743.zip
SPIGOT-3138: Add GENERIC_ARMOR_TOUGHNESS Attribute
Diffstat (limited to 'src')
-rw-r--r--src/main/java/org/bukkit/attribute/Attribute.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/java/org/bukkit/attribute/Attribute.java b/src/main/java/org/bukkit/attribute/Attribute.java
index 38bea1e7..37fc3f6a 100644
--- a/src/main/java/org/bukkit/attribute/Attribute.java
+++ b/src/main/java/org/bukkit/attribute/Attribute.java
@@ -34,6 +34,10 @@ public enum Attribute {
*/
GENERIC_ARMOR,
/**
+ * Armor durability bonus of an Entity.
+ */
+ GENERIC_ARMOR_TOUGHNESS,
+ /**
* Luck bonus of an Entity.
*/
GENERIC_LUCK,