Package baritone.api.schematic
Class AbstractSchematic
java.lang.Object
baritone.api.schematic.AbstractSchematic
- All Implemented Interfaces:
ISchematic
- Direct Known Subclasses:
CompositeSchematic,FillSchematic,MaskSchematic,SubstituteSchematic
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface baritone.api.schematic.ISchematic
desiredState, inSchematic, reset, size
-
Field Details
-
x
-
y
-
z
-
-
Constructor Details
-
AbstractSchematic
public AbstractSchematic() -
AbstractSchematic
-
-
Method Details
-
widthX
- Specified by:
widthXin interfaceISchematic- Returns:
- The width (X axis length) of this schematic
-
heightY
- Specified by:
heightYin interfaceISchematic- Returns:
- The height (Y axis length) of this schematic
-
lengthZ
- Specified by:
lengthZin interfaceISchematic- Returns:
- The length (Z axis length) of this schematic
-