mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-09 00:22:08 -07:00
SPIGOT-6547: Chunk#getEntities() doesn't return all entities immediately after chunk load
By: DerFrZocker <derrieple@gmail.com>
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user