public class ReplaceSchematic extends MaskSchematic
x, y, z
Constructor and Description |
---|
ReplaceSchematic(ISchematic schematic,
BlockOptionalMetaLookup filter) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
partOfMask(int x,
int y,
int z,
net.minecraft.block.state.IBlockState currentState) |
void |
reset()
Resets possible caches to avoid wrong behavior when moving the schematic around
|
desiredState, inSchematic
heightY, lengthZ, widthX
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
size
public ReplaceSchematic(ISchematic schematic, BlockOptionalMetaLookup filter)
public void reset()
ISchematic
protected boolean partOfMask(int x, int y, int z, net.minecraft.block.state.IBlockState currentState)
partOfMask
in class MaskSchematic