Class DeployTool
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.DeployTool
- 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
Modifier and TypeMethodDescriptionbooleanhandleMouseWheel(double delta) booleanvoidinit()voidrenderTool(com.mojang.blaze3d.vertex.PoseStack ms, SuperRenderTypeBuffer buffer) voidMethods inherited from class com.simibubi.create.content.schematics.client.tools.PlacementToolBase
renderOverlayMethods inherited from class com.simibubi.create.content.schematics.client.tools.SchematicToolBase
renderOnSchematic, updateTargetPos
-
Constructor Details
-
DeployTool
public DeployTool()
-
-
Method Details
-
init
public void init()- Specified by:
initin interfaceISchematicTool- Overrides:
initin classPlacementToolBase
-
updateSelection
public void updateSelection()- Specified by:
updateSelectionin interfaceISchematicTool- Overrides:
updateSelectionin classPlacementToolBase
-
renderTool
- Specified by:
renderToolin interfaceISchematicTool- Overrides:
renderToolin classPlacementToolBase
-
handleMouseWheel
public boolean handleMouseWheel(double delta) - Specified by:
handleMouseWheelin interfaceISchematicTool- Overrides:
handleMouseWheelin classPlacementToolBase
-
handleRightClick
public boolean handleRightClick()- Specified by:
handleRightClickin interfaceISchematicTool- Overrides:
handleRightClickin classPlacementToolBase
-