Class LExecutor.SetBlockI

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

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

    • x

      public int x
    • y

      public int y
    • block

      public int block
    • team

      public int team
    • rotation

      public int rotation
    • layer

      public TileLayer layer
  • Constructor Details

    • SetBlockI

      public SetBlockI(int x, int y, int block, int team, int rotation, TileLayer layer)
    • SetBlockI

      public SetBlockI()
  • Method Details