public class CompositeSchematicEntry extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
ISchematic |
schematic |
int |
x |
int |
y |
int |
z |
Constructor and Description |
---|
CompositeSchematicEntry(ISchematic schematic,
int x,
int y,
int z) |
public final ISchematic schematic
public final int x
public final int y
public final int z
public CompositeSchematicEntry(ISchematic schematic, int x, int y, int z)