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