FillTool

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Enums

EditState
enum EditState
Undocumented in source.

Functions

currentCursorPos
BlockWorldPos currentCursorPos()
Undocumented in source. Be warned that the author may not have intended to support it.
drawSelection
void drawSelection(GraphicsPlugin graphics)
Undocumented in source. Be warned that the author may not have intended to support it.
onMainActionPress
void onMainActionPress()
Undocumented in source. Be warned that the author may not have intended to support it.
onMainActionRelease
void onMainActionRelease()
Undocumented in source. Be warned that the author may not have intended to support it.
onRender
void onRender(GraphicsPlugin graphics)
Undocumented in source. Be warned that the author may not have intended to support it.
onRotateAction
void onRotateAction()
Undocumented in source. Be warned that the author may not have intended to support it.
onSecondaryActionPress
void onSecondaryActionPress()
Undocumented in source. Be warned that the author may not have intended to support it.
onSecondaryActionRelease
void onSecondaryActionRelease()
Undocumented in source. Be warned that the author may not have intended to support it.
onTertiaryActionRelease
void onTertiaryActionRelease()
Undocumented in source. Be warned that the author may not have intended to support it.
onUpdate
void onUpdate()
Undocumented in source. Be warned that the author may not have intended to support it.
setCurrentBlock
void setCurrentBlock(BlockIdAndMeta block)
Undocumented in source. Be warned that the author may not have intended to support it.
updateBlockRotation
void updateBlockRotation()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

blockInfos
BlockInfoTable blockInfos;
Undocumented in source.
blockMesher
SingleBlockMesher blockMesher;
Undocumented in source.
connection
NetClientPlugin connection;
Undocumented in source.
currentBlock
BlockIdAndMeta currentBlock;
Undocumented in source.
currentRotation
ubyte currentRotation;
Undocumented in source.
cursorBuffer
Buffer!ColoredVertex cursorBuffer;
Undocumented in source.
selection
WorldBox selection;
Undocumented in source.
showCursor
bool showCursor;
Undocumented in source.
startingPos
BlockWorldPos startingPos;
Undocumented in source.
state
EditState state;
Undocumented in source.
worldInteraction
WorldInteractionPlugin worldInteraction;
Undocumented in source.

Inherited Members

From ITool

name
string name;
Undocumented in source.
id
size_t id;
Undocumented in source.
onUpdate
void onUpdate()
Undocumented in source. Be warned that the author may not have intended to support it.
onRender
void onRender(GraphicsPlugin renderer)
Undocumented in source. Be warned that the author may not have intended to support it.
onMainActionPress
void onMainActionPress()
Undocumented in source. Be warned that the author may not have intended to support it.
onMainActionRelease
void onMainActionRelease()
Undocumented in source. Be warned that the author may not have intended to support it.
onSecondaryActionPress
void onSecondaryActionPress()
Undocumented in source. Be warned that the author may not have intended to support it.
onSecondaryActionRelease
void onSecondaryActionRelease()
Undocumented in source. Be warned that the author may not have intended to support it.
onTertiaryActionPress
void onTertiaryActionPress()
Undocumented in source. Be warned that the author may not have intended to support it.
onTertiaryActionRelease
void onTertiaryActionRelease()
Undocumented in source. Be warned that the author may not have intended to support it.
onRotateAction
void onRotateAction()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta