Class AsyncChunksPaper_13
- java.lang.Object
-
- io.papermc.lib.features.asyncchunks.AsyncChunksPaper_13
-
- All Implemented Interfaces:
AsyncChunks
public class AsyncChunksPaper_13 extends java.lang.Object implements AsyncChunks
-
-
Constructor Summary
Constructors Constructor Description AsyncChunksPaper_13()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<org.bukkit.Chunk>getChunkAtAsync(org.bukkit.World world, int x, int z, boolean gen, boolean isUrgent)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.papermc.lib.features.asyncchunks.AsyncChunks
getChunkAtAsync
-
-
-
-
Method Detail
-
getChunkAtAsync
public java.util.concurrent.CompletableFuture<org.bukkit.Chunk> getChunkAtAsync(org.bukkit.World world, int x, int z, boolean gen, boolean isUrgent)- Specified by:
getChunkAtAsyncin interfaceAsyncChunks
-
-