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 LVar type
    • x

      public LVar x
    • y

      public LVar y
    • rotation

      public LVar rotation
    • team

      public LVar team
    • result

      public LVar result
  • Constructor Details

    • SpawnUnitI

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

      public SpawnUnitI()
  • Method Details