13
0
geforkt von Mirrors/Paper
Paper/paper-server/patches/sources/net/minecraft
Bjarne Koll 7b21e8c8d9 Only call EntityDamageEvents before actuallyHurt
The recent upstream update moved around the event logic for
EntiyDamageEvent and its derivatives.
However, the event was called on every call to #hurt as it was moved out
of actuallyHurt.

This patch moves the invocation directly before the #actuallyHurt calls,
respective invulnerable timings.
2024-07-08 22:01:08 +02:00
..
advancements Lazily create LootContext for criterions 2023-11-21 12:16:39 -03:00
commands Prioritize Minecraft commands in function parsing and command blocks 2024-07-01 11:58:49 -07:00
core Print data component type on encoding error 2024-05-09 15:11:34 +02:00
nbt Improve tag parser handling 2024-02-05 11:54:04 +01:00
network Fix sending disconnect packet in phases where it doesn't exist 2024-05-30 18:46:15 +01:00
resources Validate ResourceLocation in NBT reading 2024-01-04 13:49:14 +01:00
server Deprecate InvAction#HOTBAR_MOVE_AND_READD 2024-05-25 09:51:13 -07:00
stats Fix spigot's Forced-Stats 2023-08-28 01:32:39 +01:00
util Validate usernames 2022-01-01 05:19:37 -08:00
world Only call EntityDamageEvents before actuallyHurt 2024-07-08 22:01:08 +02:00
ChatFormatting.java.patch Adventure 2021-01-29 17:54:03 +01:00
CrashReport.java.patch Disable memory reserve allocating 2024-01-18 23:25:09 +01:00
CrashReportCategory.java.patch Deobfuscate stacktraces in log messages, crash reports, and etc. 2021-06-20 18:19:09 -07:00
Util.java.patch Remove client-side code using deprecated for removal AccessController 2021-11-26 15:09:58 -08:00