13
0
geforkt von Mirrors/Paper
Commit graph

1 Commits

Autor SHA1 Nachricht Datum
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