Fix entity equipment on cancellation of EntityDeathEvent (#5740)

This commit is contained in:
Jake Potrebic
2021-12-08 10:25:57 -08:00
parent 8a05540192
commit b895b00dd3
3 changed files with 80 additions and 2 deletions

View File

@ -75,6 +75,8 @@ 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