Class FillSchematic

java.lang.Object
baritone.api.schematic.AbstractSchematic
baritone.api.schematic.FillSchematic
All Implemented Interfaces:
ISchematic

public class FillSchematic extends AbstractSchematic
  • Constructor Details

  • Method Details

    • getBom

    • desiredState

      public net.minecraft.world.level.block.state.BlockState desiredState(int x, int y, int z, net.minecraft.world.level.block.state.BlockState current, List<net.minecraft.world.level.block.state.BlockState> approxPlaceable)
      Description copied from interface: ISchematic
      Returns the desired block state at a given (X, Y, Z) position relative to the origin (0, 0, 0).
      Parameters:
      x - The x position of the block, relative to the origin
      y - The y position of the block, relative to the origin
      z - The z position of the block, relative to the origin
      current - The current state of that block in the world, or null
      approxPlaceable - The list of blockstates estimated to be placeable
      Returns:
      The desired block state at the specified position