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, waitdesiredState, inSchematic, reset, sizepublic AbstractSchematic()
public AbstractSchematic(int x, int y, int z)
public int widthX()
widthX in interface ISchematicpublic int heightY()
heightY in interface ISchematicpublic int lengthZ()
lengthZ in interface ISchematic