Package mindustry.logic
Class LExecutor.SenseI
java.lang.Object
mindustry.logic.LExecutor.SenseI
- All Implemented Interfaces:
LExecutor.LInstruction
- Enclosing class:
- LExecutor
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
from
public int from -
to
public int to -
type
public int type
-
-
Constructor Details
-
SenseI
public SenseI(int from, int to, int type) -
SenseI
public SenseI()
-
-
Method Details
-
run
- Specified by:
run
in interfaceLExecutor.LInstruction
-