Class LExecutor.UnitLocateI

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

public static class LExecutor.UnitLocateI extends Object implements LExecutor.LInstruction
Uses a unit to find something that may not be in its range.
  • Field Details

    • locate

      public LLocate locate
    • flag

      public BlockFlag flag
    • enemy

      public int enemy
    • ore

      public int ore
    • outX

      public int outX
    • outY

      public int outY
    • outFound

      public int outFound
    • outBuild

      public int outBuild
  • Constructor Details

    • UnitLocateI

      public UnitLocateI(LLocate locate, BlockFlag flag, int enemy, int ore, int outX, int outY, int outFound, int outBuild)
    • UnitLocateI

      public UnitLocateI()
  • Method Details