Class LExecutor.EffectI

java.lang.Object
mindustry.logic.LExecutor.EffectI
All Implemented Interfaces:
LExecutor.LInstruction
Enclosing class:
LExecutor

public static class LExecutor.EffectI extends Object implements LExecutor.LInstruction
  • Field Details

    • type

      public LogicFx.EffectEntry type
    • x

      public int x
    • y

      public int y
    • rotation

      public int rotation
    • color

      public int color
    • data

      public int data
  • Constructor Details

    • EffectI

      public EffectI(LogicFx.EffectEntry type, int x, int y, int rotation, int color, int data)
    • EffectI

      public EffectI()
  • Method Details