Class AsyncChunksPaper_9_12
java.lang.Object
io.papermc.lib.features.asyncchunks.AsyncChunksPaper_9_12
- All Implemented Interfaces:
AsyncChunks
Async Chunk Loading for Paper version 1.9 to 1.12
-
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_9_12
public AsyncChunksPaper_9_12()
-
-
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
-