Class BlockTypeSwitch<T>

java.lang.Object
com.fastasyncworldedit.core.world.block.BlockTypeSwitch<T>
All Implemented Interfaces:
Function<BlockType,T>

public class BlockTypeSwitch<T> extends Object implements Function<BlockType,T>
  • Constructor Details

    • BlockTypeSwitch

      protected BlockTypeSwitch(T[] tasks)
  • Method Details