diff options
author | Jake Potrebic <[email protected]> | 2021-12-08 10:25:57 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2021-12-08 10:25:57 -0800 |
commit | 74fd151adc918a8688a09838f883a08008da3e88 (patch) | |
tree | e62f51f25fa43cdf639fe536c62c81d22ba3f52e /build-data | |
parent | 33ea869a657073258ac552d3ab9c622c768a2d9b (diff) | |
download | Paper-74fd151adc918a8688a09838f883a08008da3e88.tar.gz Paper-74fd151adc918a8688a09838f883a08008da3e88.zip |
Fix entity equipment on cancellation of EntityDeathEvent (#5740)
Diffstat (limited to 'build-data')
-rw-r--r-- | build-data/paper.at | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build-data/paper.at b/build-data/paper.at index f18d4fd87a..8213dae874 100644 --- a/build-data/paper.at +++ b/build-data/paper.at @@ -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 |