Package mindustry.logic
Class LStatements.EffectStatement
java.lang.Object
mindustry.logic.LStatement
mindustry.logic.LStatements.EffectStatement
- Enclosing class:
- LStatements
-
Field Summary
Modifier and TypeFieldDescriptionFields inherited from class mindustry.logic.LStatement
elem
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
build
(LAssembler b) category()
boolean
Privileged instructions are only allowed in world processors.Methods inherited from class mindustry.logic.LStatement
afterRead, copy, field, fields, fields, hidden, name, nonPrivileged, param, row, sanitize, saveUI, setupUI, showSelect, showSelect, showSelectTable, write
-
Field Details
-
type
-
x
-
y
-
sizerot
-
color
-
data
-
-
Constructor Details
-
EffectStatement
public EffectStatement()
-
-
Method Details
-
build
- Specified by:
build
in classLStatement
-
privileged
public boolean privileged()Description copied from class:LStatement
Privileged instructions are only allowed in world processors.- Overrides:
privileged
in classLStatement
-
build
- Specified by:
build
in classLStatement
-
category
- Overrides:
category
in classLStatement
-