SPIGOT-6547: Chunk#getEntities() doesn't return all entities immediately after chunk load

By: DerFrZocker <derrieple@gmail.com>
This commit is contained in:
Bukkit/Spigot
2021-09-01 18:55:16 +10:00
parent 5f7735a971
commit 891608deca
3 changed files with 89 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ public interface Chunk extends PersistentDataHolder {
/**
* Get a list of all entities in the chunk.
* This will force load any entities, which are not loaded.
*
* @return The entities.
*/