Class SchematicToolBase

java.lang.Object
com.simibubi.create.content.schematics.client.tools.SchematicToolBase
All Implemented Interfaces:
ISchematicTool
Direct Known Subclasses:
PlacementToolBase, PlaceTool

public abstract class SchematicToolBase extends Object implements ISchematicTool
  • Field Details

    • schematicHandler

      protected SchematicHandler schematicHandler
    • selectedPos

      protected net.minecraft.core.BlockPos selectedPos
    • chasingSelectedPos

      protected net.minecraft.world.phys.Vec3 chasingSelectedPos
    • lastChasingSelectedPos

      protected net.minecraft.world.phys.Vec3 lastChasingSelectedPos
    • selectIgnoreBlocks

      protected boolean selectIgnoreBlocks
    • selectionRange

      protected int selectionRange
    • schematicSelected

      protected boolean schematicSelected
    • renderSelectedFace

      protected boolean renderSelectedFace
    • selectedFace

      protected net.minecraft.core.Direction selectedFace
    • mirrors

      protected final List<String> mirrors
    • rotations

      protected final List<String> rotations
  • Constructor Details

    • SchematicToolBase

      public SchematicToolBase()
  • Method Details