Class LExecutor.SenseI

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

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

    • from

      public LVar from
    • to

      public LVar to
    • type

      public LVar type
  • Constructor Details

    • SenseI

      public SenseI(LVar from, LVar to, LVar type)
    • SenseI

      public SenseI()
  • Method Details