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 int unit
    • duration

      public int duration
  • Constructor Details

    • ApplyEffectI

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

      public ApplyEffectI()
  • Method Details