Class RemoveOre

All Implemented Interfaces:
Comparable<Content>, Senseable

public class RemoveOre extends OverlayFloor
  • Constructor Details

    • RemoveOre

      public RemoveOre(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 OverlayFloor
      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