Package mindustry.logic
Class LExecutor.PackColorI
java.lang.Object
mindustry.logic.LExecutor.PackColorI
- All Implemented Interfaces:
LExecutor.LInstruction
- Enclosing class:
- LExecutor
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
result
public int result -
r
public int r -
g
public int g -
b
public int b -
a
public int a
-
-
Constructor Details
-
PackColorI
public PackColorI(int result, int r, int g, int b, int a) -
PackColorI
public PackColorI()
-
-
Method Details
-
run
- Specified by:
run
in interfaceLExecutor.LInstruction
-