Class AbstractSchematic

java.lang.Object
baritone.api.schematic.AbstractSchematic
All Implemented Interfaces:
ISchematic
Direct Known Subclasses:
CompositeSchematic, FillSchematic, MaskSchematic, SubstituteSchematic

public abstract class AbstractSchematic extends Object implements ISchematic
  • Field Details

    • x

      protected int x
    • y

      protected int y
    • z

      protected int z
  • Constructor Details

  • Method Details

    • widthX

      public int widthX()
      Specified by:
      widthX in interface ISchematic
      Returns:
      The width (X axis length) of this schematic
    • heightY

      public int heightY()
      Specified by:
      heightY in interface ISchematic
      Returns:
      The height (Y axis length) of this schematic
    • lengthZ

      public int lengthZ()
      Specified by:
      lengthZ in interface ISchematic
      Returns:
      The length (Z axis length) of this schematic