public class FlipTool extends PlacementToolBase
chasingSelectedPos, lastChasingSelectedPos, mirrors, renderSelectedFace, rotations, schematicHandler, schematicSelected, selectedFace, selectedPos, selectIgnoreBlocks, selectionRange| Constructor and Description |
|---|
FlipTool() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
handleMouseWheel(double delta) |
boolean |
handleRightClick() |
void |
init() |
void |
renderOnSchematic(com.mojang.blaze3d.matrix.MatrixStack ms,
SuperRenderTypeBuffer buffer) |
void |
updateSelection() |
renderOverlay, renderToolupdateTargetPospublic void init()
init in interface ISchematicToolinit in class PlacementToolBasepublic boolean handleRightClick()
handleRightClick in interface ISchematicToolhandleRightClick in class PlacementToolBasepublic boolean handleMouseWheel(double delta)
handleMouseWheel in interface ISchematicToolhandleMouseWheel in class PlacementToolBasepublic void updateSelection()
updateSelection in interface ISchematicToolupdateSelection in class PlacementToolBasepublic void renderOnSchematic(com.mojang.blaze3d.matrix.MatrixStack ms,
SuperRenderTypeBuffer buffer)
renderOnSchematic in interface ISchematicToolrenderOnSchematic in class SchematicToolBase