Package mindustry.logic
Class LStatements.ExplosionStatement
java.lang.Object
mindustry.logic.LStatement
mindustry.logic.LStatements.ExplosionStatement
- 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
-
team
-
x
-
y
-
radius
-
damage
-
air
-
ground
-
pierce
-
-
Constructor Details
-
ExplosionStatement
public ExplosionStatement()
-
-
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
-