Class LExecutor.LookupI

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

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

    • dest

      public int dest
    • from

      public int from
    • type

      public ContentType type
  • Constructor Details

    • LookupI

      public LookupI(int dest, int from, ContentType type)
    • LookupI

      public LookupI()
  • Method Details