FastAsyncWorldEdit

FastAsyncWorldEdit

152k Downloads

Get entities in world asynchronous won't work

Igzak opened this issue ยท 0 comments

commented

Server Implementation

Paper

Server Version

1.19.2

Describe the bug

Conversation in discord: https://discord.com/channels/268444645527126017/344128526435221505/1033651664709763112
When calling public List<Entity> getEntities(Region region) method in FastAsyncWorldEdit-Bukkit-2.4.9-SNAPSHOT-294.jar!\com\sk89q\worldedit\bukkit\BukkitWorld.class on row world.getEntities(); happen exception that say Asynchronous Chunk getEntities call!

To Reproduce

Create CraftAsyncTask and call world.getEntities() inside task

Expected behaviour

The entities List will be returned

Screenshots / Videos

error

Error log (if applicable)

https://paste.gg/p/anonymous/33310e89cdbb4633943eb5559eea48da

Fawe Debugpaste

https://athion.net/ISPaster/paste/view/77b1bbdb423e49dc9d17e11d9eb1339b

Fawe Version

FastAsyncWorldEdit-Bukkit-2.4.9-SNAPSHOT-294

Checklist

Anything else?

No response