PaperMC/paper-server/patches/sources/net/minecraft/world/entity
Bjarne Koll 17d76ae42b
Correctly die when cancelling EntityResurrectEvent (#11785)
The existing logic in LivingEntity#checkTotemDeathProtection completes
by checking whether the death protection component is null or not.
In cases where the event was cancelled, the component needs to be nulled
out to prevent the method from returning true, causing the player to
properly die.
2024-12-23 19:38:10 +01:00
..
ai Remove dead diff, some name/diff cleanup 2024-12-20 12:00:24 +01:00
ambient net/minecraft/world/entity/ambient 2024-12-15 00:03:08 +01:00
animal More param name fixes 2024-12-20 12:45:19 +01:00
boss readd beacon effect cause 2024-12-18 19:29:39 +01:00
decoration readd beacon effect cause 2024-12-18 19:29:39 +01:00
item More param name fixes 2024-12-20 12:45:19 +01:00
monster More param name fixes 2024-12-20 12:45:19 +01:00
npc readd beacon effect cause 2024-12-18 19:29:39 +01:00
player More param name fixes 2024-12-20 12:45:19 +01:00
projectile More param name fixes 2024-12-20 12:45:19 +01:00
raid fix allowPermanentBlockBreakExploits config 2024-12-18 23:35:47 +01:00
vehicle Apply some feature patches to files instead 2024-12-21 13:21:47 +01:00
AgeableMob.java.patch Move Aikar's EAR 1 into EAR 2 patch 2024-12-16 14:08:25 +01:00
AreaEffectCloud.java.patch More param name fixes 2024-12-20 12:45:19 +01:00
ConversionParams.java.patch More more entity classes 2024-12-14 13:05:27 +01:00
ConversionType.java.patch More more entity classes 2024-12-14 13:05:27 +01:00
Display.java.patch More more entity classes 2024-12-14 13:05:27 +01:00
Entity.java.patch and some more 2024-12-21 13:45:04 +01:00
EntitySelector.java.patch Fix entity collision 2024-12-15 21:16:40 -05:00
EntityType.java.patch More entity classes 2024-12-14 18:12:30 +01:00
ExperienceOrb.java.patch Next one unfortunately is LivingEntity 2024-12-14 18:45:01 +01:00
Interaction.java.patch More more entity classes 2024-12-14 13:05:27 +01:00
ItemBasedSteering.java.patch More more entity classes 2024-12-14 13:05:27 +01:00
Leashable.java.patch More entity classes 2024-12-14 18:12:30 +01:00
LightningBolt.java.patch readd beacon effect cause 2024-12-18 19:29:39 +01:00
LivingEntity.java.patch Correctly die when cancelling EntityResurrectEvent (#11785) 2024-12-23 19:38:10 +01:00
Mob.java.patch Somehow a bunch of items were missed 2024-12-14 22:35:35 -08:00
NeutralMob.java.patch More entity classes 2024-12-14 12:36:08 +01:00
OminousItemSpawner.java.patch More entity classes 2024-12-14 12:36:08 +01:00
Shearable.java.patch More entity classes 2024-12-14 12:36:08 +01:00
TamableAnimal.java.patch More param name fixes 2024-12-20 12:45:19 +01:00