Package model

Class Barricade

All Implemented Interfaces:
Serializable

public class Barricade extends Tower
Implementation of the archerless Barricade Tower type.
See Also:
  • Constructor Details

    • Barricade

      public Barricade(Point position)
      Constructs a new Barricade instance.
      Parameters:
      position - the barricade's position on the Map
  • Method Details

    • attack

      public void attack()
      Attack method for the Barricade.
      Overrides:
      attack in class Tower