Class LExecutor.OpI

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

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

    • op

      public LogicOp op
    • a

      public int a
    • b

      public int b
    • dest

      public int dest
  • Constructor Details

    • OpI

      public OpI(LogicOp op, int a, int b, int dest)
  • Method Details