update javadoc for DamageCause.CONTACT about stonecutter damage

This commit is contained in:
granny
2025-01-12 17:45:52 -08:00
committed by granny
parent e8d65f8764
commit 6c4d02d23e
2 changed files with 12 additions and 20 deletions

View File

@@ -0,0 +1,12 @@
--- a/src/main/java/org/bukkit/event/entity/EntityDamageEvent.java
+++ b/src/main/java/org/bukkit/event/entity/EntityDamageEvent.java
@@ -308,7 +_,8 @@
WORLD_BORDER,
/**
* Damage caused when an entity contacts a block such as a Cactus,
- * Dripstone (Stalagmite) or Berry Bush.
+ * Dripstone (Stalagmite) or Berry Bush. (Stonecutters too if you
+ * have the Stonecutter damage Purpur feature enabled)
* <p>
* Damage: variable
*/