Class LExecutor.ControlI

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

public static class LExecutor.ControlI extends Object implements LExecutor.LInstruction
Controls a building's state.
  • Field Details

    • target

      public int target
    • type

      public LAccess type
    • p1

      public int p1
    • p2

      public int p2
    • p3

      public int p3
    • p4

      public int p4
  • Constructor Details

    • ControlI

      public ControlI(LAccess type, int target, int p1, int p2, int p3, int p4)
  • Method Details