Files
Paper/Spigot-Server-Patches/Allow-multiple-callbacks-to-schedule-for-Callback-Ex.patch
Aikar f52c927ae6 Allow multiple callbacks to schedule for Callback Executor
ChunkMapDistance polls multiple entries for pendingChunkUpdates

Each of these have the potential to move a chunk in and out of
"Loaded" state, which will result in multiple callbacks being
needed within a single tick of ChunkMapDistance

Use an ArrayDeque to store this Queue
2020-04-21 03:55:31 -04:00

2.0 KiB