Package baritone.api.schematic
Class ReplaceSchematic
java.lang.Object
baritone.api.schematic.AbstractSchematic
baritone.api.schematic.MaskSchematic
baritone.api.schematic.ReplaceSchematic
- All Implemented Interfaces:
ISchematic
-
Field Summary
Fields inherited from class baritone.api.schematic.AbstractSchematic
x, y, z -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanpartOfMask(int x, int y, int z, net.minecraft.world.level.block.state.BlockState currentState) voidreset()Resets possible caches to avoid wrong behavior when moving the schematic aroundMethods inherited from class baritone.api.schematic.MaskSchematic
create, desiredState, inSchematicMethods inherited from class baritone.api.schematic.AbstractSchematic
heightY, lengthZ, widthXMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface baritone.api.schematic.ISchematic
size
-
Constructor Details
-
ReplaceSchematic
-
-
Method Details
-
reset
Description copied from interface:ISchematicResets possible caches to avoid wrong behavior when moving the schematic around -
partOfMask
protected boolean partOfMask(int x, int y, int z, net.minecraft.world.level.block.state.BlockState currentState) - Specified by:
partOfMaskin classMaskSchematic
-