Class BukkitQueueCoordinator

java.lang.Object
com.plotsquared.core.queue.QueueCoordinator
com.plotsquared.core.queue.BasicQueueCoordinator
com.plotsquared.bukkit.queue.BukkitQueueCoordinator

public class BukkitQueueCoordinator extends com.plotsquared.core.queue.BasicQueueCoordinator
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    boolean
     
    getBlock(int x, int y, int z)
     
    void
     

    Methods inherited from class com.plotsquared.core.queue.BasicQueueCoordinator

    addProgressSubscriber, addReadChunk, addReadChunks, getBlockChunks, getChunkConsumer, getCompleteTask, getLightingMode, getProgressSubscribers, getReadChunks, getRegenEnd, getRegenRegion, getRegenStart, getWorld, isRegen, isSettingBiomes, isSettingTiles, isUnloadAfter, regenChunk, setBiome, setBiome, setBlock, setBlock, setBlock, setChunk, setChunkConsumer, setCompleteTask, setEntity, setLightingMode, setModified, setRegenRegion, setTile, setUnloadAfter, size

    Methods inherited from class com.plotsquared.core.queue.QueueCoordinator

    addEntities, getChunkObject, getForChunk, isForceSync, setBiomeCuboid, setChunkObject, setCuboid, setCuboid, setForceSync, setModified

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getBlock

      public BlockState getBlock(int x, int y, int z)
      Specified by:
      getBlock in class com.plotsquared.core.queue.BasicQueueCoordinator
    • start

      public void start()
      Specified by:
      start in class com.plotsquared.core.queue.QueueCoordinator
    • cancel

      public void cancel()
      Specified by:
      cancel in class com.plotsquared.core.queue.QueueCoordinator
    • enqueue

      public boolean enqueue()
      Overrides:
      enqueue in class com.plotsquared.core.queue.QueueCoordinator