Class LExecutor.SpawnUnitI

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

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

    • type

      public int type
    • x

      public int x
    • y

      public int y
    • rotation

      public int rotation
    • team

      public int team
    • result

      public int result
  • Constructor Details

    • SpawnUnitI

      public SpawnUnitI(int type, int x, int y, int rotation, int team, int result)
    • SpawnUnitI

      public SpawnUnitI()
  • Method Details