Package mindustry.logic
Class LStatements.DrawStatement
java.lang.Object
mindustry.logic.LStatement
mindustry.logic.LStatements.DrawStatement
- Enclosing class:
- LStatements
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class mindustry.logic.LStatement
elem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
build
(arc.scene.ui.layout.Table table) build
(LAssembler builder) category()
Methods inherited from class mindustry.logic.LStatement
col, copy, field, fields, fields, fieldst, hidden, name, nonPrivileged, param, privileged, row, sanitize, saveUI, setupUI, showSelect, showSelect, showSelectTable, write
-
Field Details
-
type
-
x
-
y
-
p1
-
p2
-
p3
-
p4
-
-
Constructor Details
-
DrawStatement
public DrawStatement()
-
-
Method Details
-
build
public void build(arc.scene.ui.layout.Table table) - Specified by:
build
in classLStatement
-
afterRead
public void afterRead()- Overrides:
afterRead
in classLStatement
-
build
- Specified by:
build
in classLStatement
-
category
- Overrides:
category
in classLStatement
-