Files
Paper/Spigot-Server-Patches
Aikar 2df786eb1f Avoid Chunk Lookups for Entity/TileEntity Current Chunk
In many places where we simply want the current chunk the entity
is in, instead of doing a hashmap lookup for it, we now have access
to the object directly on the Entity/TileEntity object we can directly grab.

Use that local value instead to reduce lookups in many hot places.
2018-07-04 03:56:57 -04:00
..
2018-04-22 10:40:36 -04:00
2018-03-08 19:36:35 +00:00
2018-04-17 22:25:50 -04:00
2018-01-18 01:00:51 -05:00
2018-04-04 20:33:43 -04:00
2018-03-08 19:36:35 +00:00
2018-01-18 01:00:51 -05:00
2018-01-18 01:00:51 -05:00
2017-11-20 14:49:40 +00:00