Class AsyncChunksSync
java.lang.Object
io.papermc.lib.features.asyncchunks.AsyncChunksSync
- All Implemented Interfaces:
AsyncChunks
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCompletableFuture<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, waitMethods inherited from interface io.papermc.lib.features.asyncchunks.AsyncChunks
getChunkAtAsync
-
Constructor Details
-
AsyncChunksSync
public AsyncChunksSync()
-
-
Method Details
-
getChunkAtAsync
public CompletableFuture<org.bukkit.Chunk> getChunkAtAsync(org.bukkit.World world, int x, int z, boolean gen, boolean isUrgent) - Specified by:
getChunkAtAsyncin interfaceAsyncChunks
-