Interface AsyncChunks
- All Known Implementing Classes:
AsyncChunksPaper_13,AsyncChunksPaper_15,AsyncChunksPaper_9_12,AsyncChunksSync
public interface AsyncChunks
-
Method Summary
Modifier and TypeMethodDescriptiondefault CompletableFuture<org.bukkit.Chunk>getChunkAtAsync(org.bukkit.World world, int x, int z, boolean gen) CompletableFuture<org.bukkit.Chunk>getChunkAtAsync(org.bukkit.World world, int x, int z, boolean gen, boolean isUrgent)
-
Method Details
-
getChunkAtAsync
default CompletableFuture<org.bukkit.Chunk> getChunkAtAsync(org.bukkit.World world, int x, int z, boolean gen) -
getChunkAtAsync
CompletableFuture<org.bukkit.Chunk> getChunkAtAsync(org.bukkit.World world, int x, int z, boolean gen, boolean isUrgent)
-