[SPIGOT-6729] Add Chunk.isEntitiesLoaded() to check of the entities in a chunk are currently loaded Created: 03/Sep/21 Updated: 06/Sep/21 Resolved: 06/Sep/21 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | New Feature | Priority: | Minor |
Reporter: | Brokkonaut | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 1 |
Labels: | None |
Version: | 1.17.1 |
Guidelines Read: | Yes |
Description |
Since Chunk.getEntities() might now be blocking it would be very useful to to have a method to check if the entities of a chunk are currently loaded or not (and so if the getEntites() call would block or not) |