Package mindustry.logic
Class LStatements.SetRuleStatement
java.lang.Object
mindustry.logic.LStatement
mindustry.logic.LStatements.SetRuleStatement
- Enclosing class:
- LStatements
-
Field Summary
Modifier and TypeFieldDescriptionFields inherited from class mindustry.logic.LStatement
elem
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
build
(LAssembler builder) 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
-
rule
-
value
-
p1
-
p2
-
p3
-
p4
-
-
Constructor Details
-
SetRuleStatement
public SetRuleStatement()
-
-
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
-