PaperMC/paper-server/patches/sources/net/minecraft/server/level
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
..
ChunkHolder.java.patch MC Utils 2016-03-28 20:55:47 -04:00
ChunkMap.java.patch Player Entity Tracking Events 2022-03-30 18:16:52 +02:00
DistanceManager.java.patch Don't crash if player is attempted to be removed from untracked chunk. 2020-04-18 15:59:41 -04:00
ServerChunkCache.java.patch Add debug for sync chunk loads 2019-07-19 03:29:14 -07:00
ServerEntity.java.patch Only tick item frames if players can see it 2023-06-19 15:45:53 -05:00
ServerLevel.java.patch Prevent GameEvents being fired from unloaded chunks 2023-04-05 20:15:47 +01:00
ServerPlayer.java.patch Improve PortalEvents 2022-12-15 10:33:39 -08:00
ServerPlayerGameMode.java.patch Correctly handle interactions with items on cooldown 2022-06-16 21:57:02 -07:00
TicketType.java.patch MC Utils 2016-03-28 20:55:47 -04:00
WorldGenRegion.java.patch Fix async entity add due to fungus trees 2022-03-18 21:30:00 -07:00