Package mindustry.logic
Class LExecutor.EffectI
java.lang.Object
mindustry.logic.LExecutor.EffectI
- All Implemented Interfaces:
LExecutor.LInstruction
- Enclosing class:
- LExecutor
-
Field Summary
-
Constructor Summary
ConstructorDescriptionEffectI()
EffectI
(LogicFx.EffectEntry type, int x, int y, int rotation, int color, int data) -
Method Summary
-
Field Details
-
type
-
x
public int x -
y
public int y -
rotation
public int rotation -
color
public int color -
data
public int data
-
-
Constructor Details
-
EffectI
-
EffectI
public EffectI()
-
-
Method Details
-
run
- Specified by:
run
in interfaceLExecutor.LInstruction
-