Class AsyncChunksSync

  • All Implemented Interfaces:
    AsyncChunks

    public class AsyncChunksSync
    extends java.lang.Object
    implements AsyncChunks
    • Constructor Summary

      Constructors 
      Constructor Description
      AsyncChunksSync()  
    • 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

      • AsyncChunksSync

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