Class RemoveWall

All Implemented Interfaces:
Comparable<Content>, Senseable

public class RemoveWall extends Block
  • Constructor Details

    • RemoveWall

      public RemoveWall(String name)
  • Method Details

    • drawPlan

      public void drawPlan(BuildPlan plan, arc.util.Eachable<BuildPlan> list, boolean valid, float alpha)
      Overrides:
      drawPlan in class Block
    • canPlaceOn

      public boolean canPlaceOn(Tile tile, Team team, int rotation)
      Overrides:
      canPlaceOn in class Block
      Returns:
      whether this block can be placed on the specified tile.
    • canReplace

      public boolean canReplace(Block other)
      Overrides:
      canReplace in class Block
    • placeEnded

      public void placeEnded(Tile tile, @Nullable mindustry.gen.Unit builder)
      Description copied from class: Block
      Called when building of this block ends.
      Overrides:
      placeEnded in class Block