Add API for checking if a zombie has the option to break doors (#6855)

This commit is contained in:
Jake Potrebic 2021-11-05 17:17:12 -07:00 committed by GitHub
parent 124d079dd0
commit 22b02387c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 26 additions and 5 deletions

View file

@ -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