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