Implement chunkObject into queueing (#3612)

This commit is contained in:
Jordan
2022-05-11 13:11:38 +01:00
committed by GitHub
parent 7d6e515ba8
commit 8b75dece69
2 changed files with 10 additions and 2 deletions

View File

@ -143,7 +143,8 @@ public abstract class QueueCoordinator {
}
/**
* Set a chunk object (e.g. the Bukkit Chunk object) to the queue
* Set a chunk object (e.g. the Bukkit Chunk object) to the queue. This will be used as fallback in case of WNA failure.
* Should ONLY be used in specific cases (i.e. generation, where a chunk is being populated)
*
* @param chunkObject chunk object. Usually the implementation-specific chunk (e.g. bukkit Chunk)
*/