Actually implement chunkObject into queueing

- This should only be used in generation
 - The chunk will be used as fallback to set to using bukkit API if WNA fails
This commit is contained in:
dordsor21
2022-05-10 01:39:16 +01:00
committed by Jordan
parent 13d7357c85
commit 9f3507ea85
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)
*/