Class NexoCustomBlocksProcessor
-
- All Implemented Interfaces:
-
com.fastasyncworldedit.core.queue.IBatchProcessor
public final class NexoCustomBlocksProcessor implements IBatchProcessor
-
-
Field Summary
Fields Modifier and Type Field Description private final World
world
-
Constructor Summary
Constructors Constructor Description NexoCustomBlocksProcessor(World world)
-
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()
-
-
Method Detail
-
getWorld
final World getWorld()
-
processSet
IChunkSet processSet(IChunk chunk, IChunkGet get, IChunkSet set)
-
postProcess
Unit postProcess(IChunk chunk, IChunkGet get, IChunkSet set)
-
getScope
ProcessorScope getScope()
-
-
-
-