aboutsummaryrefslogtreecommitdiffhomepage
path: root/build-data
diff options
context:
space:
mode:
authorJake Potrebic <[email protected]>2021-12-08 10:25:57 -0800
committerGitHub <[email protected]>2021-12-08 10:25:57 -0800
commit74fd151adc918a8688a09838f883a08008da3e88 (patch)
treee62f51f25fa43cdf639fe536c62c81d22ba3f52e /build-data
parent33ea869a657073258ac552d3ab9c622c768a2d9b (diff)
downloadPaper-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.at2
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