Class RotateTool
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.RotateTool
- 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) voidrenderOnSchematic(com.mojang.blaze3d.vertex.PoseStack ms, SuperRenderTypeBuffer buffer) Methods inherited from class com.simibubi.create.content.schematics.client.tools.PlacementToolBase
handleRightClick, init, renderOverlay, renderTool, updateSelectionMethods inherited from class com.simibubi.create.content.schematics.client.tools.SchematicToolBase
updateTargetPos
-
Constructor Details
-
RotateTool
public RotateTool()
-
-
Method Details
-
handleMouseWheel
public boolean handleMouseWheel(double delta) - Specified by:
handleMouseWheelin interfaceISchematicTool- Overrides:
handleMouseWheelin classPlacementToolBase
-
renderOnSchematic
- Specified by:
renderOnSchematicin interfaceISchematicTool- Overrides:
renderOnSchematicin classSchematicToolBase
-