public abstract class AbstractSchematic extends java.lang.Object implements ISchematic
Modifier and Type | Field and Description |
---|---|
protected int |
x |
protected int |
y |
protected int |
z |
Constructor and Description |
---|
AbstractSchematic() |
AbstractSchematic(int x,
int y,
int z) |
Modifier and Type | Method and Description |
---|---|
int |
heightY() |
int |
lengthZ() |
int |
widthX() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
desiredState, inSchematic, reset, size
public AbstractSchematic()
public AbstractSchematic(int x, int y, int z)
public int widthX()
widthX
in interface ISchematic
public int heightY()
heightY
in interface ISchematic
public int lengthZ()
lengthZ
in interface ISchematic