Class LExecutor.GetBlockI

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

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

    • x

      public int x
    • y

      public int y
    • dest

      public int dest
    • layer

      public TileLayer layer
  • Constructor Details

    • GetBlockI

      public GetBlockI(int x, int y, int dest, TileLayer layer)
    • GetBlockI

      public GetBlockI()
  • Method Details