Class OverdriveProjector

All Implemented Interfaces:
Comparable<Content>, Senseable

public class OverdriveProjector extends Block
  • Field Details

    • timerUse

      public final int timerUse
    • topRegion

      public TextureRegion topRegion
    • reload

      public float reload
    • range

      public float range
    • speedBoost

      public float speedBoost
    • speedBoostPhase

      public float speedBoostPhase
    • useTime

      public float useTime
    • phaseRangeBoost

      public float phaseRangeBoost
    • hasBoost

      public boolean hasBoost
    • baseColor

      public Color baseColor
    • phaseColor

      public Color phaseColor
  • Constructor Details

    • OverdriveProjector

      public OverdriveProjector(String name)
  • Method Details

    • outputsItems

      public boolean outputsItems()
      Overrides:
      outputsItems 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
    • 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
    • setBars

      public void setBars()
      Overrides:
      setBars in class Block