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 int from
    • to

      public int to
    • type

      public int type
  • Constructor Details

    • SenseI

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

      public SenseI()
  • Method Details