PaperMC/paper-server/patches/sources/net/minecraft
Redned 4bb84c46ac Only tick item frames if players can see it
In the event that an item frame cannot be seen by any players, ticking the item frame every tick is unnecessary. This can be a very hot section of the entity tracker when lots of item frames are present on a server, so this reduces the logic which speeds it up.
2023-06-19 15:45:53 -05:00
..
advancements Improve logging and errors 2022-12-14 15:52:11 -08:00
commands Fix EntityArgument and EntitySelectorParser permissions to align with EntitySelector#checkPermissions 2022-10-26 13:13:12 -07:00
core Fire CauldronLevelChange on initial fill 2022-03-29 13:46:23 -07:00
nbt Reduce memory footprint of CompoundTag 2020-04-06 17:39:25 -07:00
network Prevent causing expired keys from impacting new joins 2023-04-03 08:55:52 +01:00
resources Sanitize ResourceLocation error logging 2021-08-26 12:09:47 +02:00
server Only tick item frames if players can see it 2023-06-19 15:45:53 -05:00
stats Allow statistics to be disabled/forced 2014-01-07 15:56:26 +00:00
util Validate usernames 2022-01-01 05:19:37 -08:00
world Add event for player editing sign 2023-06-12 12:56:46 -04:00
ChatFormatting.java.patch Adventure 2021-01-29 17:54:03 +01:00
CrashReport.java.patch Deobfuscate stacktraces in log messages, crash reports, and etc. 2021-06-20 18:19:09 -07: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