Class ShieldWall

All Implemented Interfaces:
Comparable<Content>, Senseable

public class ShieldWall extends Wall
  • Field Details

    • shieldHealth

      public float shieldHealth
    • breakCooldown

      public float breakCooldown
    • regenSpeed

      public float regenSpeed
    • glowColor

      public Color glowColor
    • glowMag

      public float glowMag
    • glowScl

      public float glowScl
    • glowRegion

      public TextureRegion glowRegion
  • Constructor Details

    • ShieldWall

      public ShieldWall(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 Wall