Class DisallowedBlocksExtent

java.lang.Object
com.sk89q.worldedit.extent.AbstractDelegateExtent
com.fastasyncworldedit.core.extent.DisallowedBlocksExtent
All Implemented Interfaces:
IBatchProcessor, Extent, InputExtent, OutputExtent

public class DisallowedBlocksExtent extends AbstractDelegateExtent implements IBatchProcessor
  • Constructor Details

    • DisallowedBlocksExtent

      public DisallowedBlocksExtent(Extent extent, Set<String> blockedBlocks, Set<PropertyRemap<?>> remaps)
      Create a new instance.
      Parameters:
      extent - the extent
      blockedBlocks - block types to disallow
      remaps - property remaps to apply, e.g. waterlogged true -> false
  • Method Details