Class LExecutor.ApplyEffectI

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

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

    • clear

      public boolean clear
    • effect

      public String effect
    • unit

      public LVar unit
    • duration

      public LVar duration
  • Constructor Details

    • ApplyEffectI

      public ApplyEffectI(boolean clear, String effect, LVar unit, LVar duration)
    • ApplyEffectI

      public ApplyEffectI()
  • Method Details