Class Teams.BlockPlan

java.lang.Object
mindustry.game.Teams.BlockPlan
Enclosing class:
Teams

public static class Teams.BlockPlan extends Object
Represents a block made by this team that was destroyed somewhere on the map. This does not include deconstructed blocks.
  • Field Details

    • x

      public final short x
    • y

      public final short y
    • rotation

      public final short rotation
    • block

      public final short block
    • config

      public final Object config
    • removed

      public boolean removed
  • Constructor Details

    • BlockPlan

      public BlockPlan(int x, int y, short rotation, short block, Object config)
  • Method Details