Class LExecutor.UnitControlI

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

public static class LExecutor.UnitControlI extends Object implements LExecutor.LInstruction
Controls the unit based on some parameters.
  • Field Details

    • type

      public LUnitControl type
    • p1

      public int p1
    • p2

      public int p2
    • p3

      public int p3
    • p4

      public int p4
    • p5

      public int p5
  • Constructor Details

    • UnitControlI

      public UnitControlI(LUnitControl type, int p1, int p2, int p3, int p4, int p5)
    • UnitControlI

      public UnitControlI()
  • Method Details