Fix entity armor not showing on death animation (#7355)

This commit is contained in:
Jake Potrebic
2022-02-18 10:16:41 -08:00
parent 722983fbc7
commit 82a3c96a4f
3 changed files with 24 additions and 13 deletions

View File

@ -72,8 +72,6 @@ public net.minecraft.server.level.ChunkMap getPoiManager()Lnet/minecraft/world/e
# Improve death events
public net.minecraft.world.entity.LivingEntity getDeathSound()Lnet/minecraft/sounds/SoundEvent;
public net.minecraft.world.entity.LivingEntity getSoundVolume()F
public net.minecraft.world.entity.Mob handItems
public net.minecraft.world.entity.Mob armorItems
# Add sun related api
public net.minecraft.world.entity.Mob isSunBurnTick()Z