Package mindustry.logic
Class LExecutor.UnitControlI
java.lang.Object
mindustry.logic.LExecutor.UnitControlI
- All Implemented Interfaces:
LExecutor.LInstruction
- Enclosing class:
- LExecutor
Controls the unit based on some parameters.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
type
-
p1
public int p1 -
p2
public int p2 -
p3
public int p3 -
p4
public int p4 -
p5
public int p5
-
-
Constructor Details
-
UnitControlI
-
UnitControlI
public UnitControlI()
-
-
Method Details
-
checkLogicAI
Checks is a unit is valid for logic AI control, and returns the controller. -
run
- Specified by:
run
in interfaceLExecutor.LInstruction
-