Class AsyncChunksPaper_13

  • All Implemented Interfaces:
    AsyncChunks

    public class AsyncChunksPaper_13
    extends java.lang.Object
    implements AsyncChunks
    • 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_13

        public AsyncChunksPaper_13()
    • 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