Class RepairTower

All Implemented Interfaces:
Comparable<Content>, Senseable

public class RepairTower extends Block
  • Field Details

    • range

      public float range
    • circleColor

      public Color circleColor
    • glowColor

      public Color glowColor
    • circleSpeed

      public float circleSpeed
    • circleStroke

      public float circleStroke
    • squareRad

      public float squareRad
    • squareSpinScl

      public float squareSpinScl
    • glowMag

      public float glowMag
    • glowScl

      public float glowScl
    • healAmount

      public float healAmount
    • glow

      public TextureRegion glow
  • Constructor Details

    • RepairTower

      public RepairTower(String name)
  • Method Details

    • setStats

      public void setStats()
      Description copied from class: UnlockableContent
      Initializes stats on demand. Should only be called once. Only called before something is displayed.
      Overrides:
      setStats in class Block
    • drawPlace

      public void drawPlace(int x, int y, int rotation, boolean valid)
      Description copied from class: Block
      Drawn when you are placing a block.
      Overrides:
      drawPlace in class Block