Class MoveTool
java.lang.Object
com.simibubi.create.content.schematics.client.tools.SchematicToolBase
com.simibubi.create.content.schematics.client.tools.PlacementToolBase
com.simibubi.create.content.schematics.client.tools.MoveTool
- All Implemented Interfaces:
ISchematicTool
-
Field Summary
Fields inherited from class com.simibubi.create.content.schematics.client.tools.SchematicToolBase
chasingSelectedPos, lastChasingSelectedPos, mirrors, renderSelectedFace, rotations, schematicHandler, schematicSelected, selectedFace, selectedPos, selectIgnoreBlocks, selectionRange -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.simibubi.create.content.schematics.client.tools.PlacementToolBase
handleRightClick, renderOverlay, renderToolMethods inherited from class com.simibubi.create.content.schematics.client.tools.SchematicToolBase
renderOnSchematic, updateTargetPos
-
Constructor Details
-
MoveTool
public MoveTool()
-
-
Method Details
-
init
public void init()- Specified by:
initin interfaceISchematicTool- Overrides:
initin classPlacementToolBase
-
updateSelection
public void updateSelection()- Specified by:
updateSelectionin interfaceISchematicTool- Overrides:
updateSelectionin classPlacementToolBase
-
handleMouseWheel
public boolean handleMouseWheel(double delta) - Specified by:
handleMouseWheelin interfaceISchematicTool- Overrides:
handleMouseWheelin classPlacementToolBase
-