Class AsyncChunksPaper_15
java.lang.Object
io.papermc.lib.features.asyncchunks.AsyncChunksPaper_15
- 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
-
AsyncChunksPaper_15
public AsyncChunksPaper_15()
-
-
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
-