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