Class NexoCustomBlocksProcessor

  • All Implemented Interfaces:
    com.fastasyncworldedit.core.queue.IBatchProcessor

    
    public final class NexoCustomBlocksProcessor
     implements IBatchProcessor
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final World world
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final World getWorld()
      IChunkSet processSet(IChunk chunk, IChunkGet get, IChunkSet set)
      Unit postProcess(IChunk chunk, IChunkGet get, IChunkSet set)
      Extent construct(Extent child)
      ProcessorScope getScope()
      • Methods inherited from class com.fastasyncworldedit.core.queue.IBatchProcessor

        flush, join, joinPost, postProcessSet, processGet, remove, trimNBT, trimNBT, trimY
      • Methods inherited from class java.lang.Object

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

      • NexoCustomBlocksProcessor

        NexoCustomBlocksProcessor(World world)