aboutsummaryrefslogtreecommitdiffhomepage
path: root/build-data
diff options
context:
space:
mode:
authorJake Potrebic <[email protected]>2021-11-05 17:17:12 -0700
committerGitHub <[email protected]>2021-11-05 17:17:12 -0700
commit22b02387c350667f2d19a72cdcf61d4eb576fc37 (patch)
tree314804a5139bfc4d287efea0296e73404eb5ff67 /build-data
parent124d079dd019f4157f26806344f2ff6e9f99f4fc (diff)
downloadPaper-22b02387c350667f2d19a72cdcf61d4eb576fc37.tar.gz
Paper-22b02387c350667f2d19a72cdcf61d4eb576fc37.zip
Add API for checking if a zombie has the option to break doors (#6855)
Diffstat (limited to 'build-data')
-rw-r--r--build-data/paper.at3
1 files changed, 3 insertions, 0 deletions
diff --git a/build-data/paper.at b/build-data/paper.at
index cb11ee3b66..d259e9a3f1 100644
--- a/build-data/paper.at
+++ b/build-data/paper.at
@@ -246,3 +246,6 @@ public net.minecraft.world.entity.ai.attributes.AttributeSupplier instances
# Add ItemFactory#getSpawnEgg API
public net.minecraft.world.item.SpawnEggItem BY_ID
+
+# Zombie API - breaking doors
+public net.minecraft.world.entity.monster.Zombie supportsBreakDoorGoal()Z