Class 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
    • 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
    • Constructor Detail

      • AsyncChunksPaper_9_12

        public AsyncChunksPaper_9_12()
    • 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:
        getChunkAtAsync in interface AsyncChunks