Class BurstDrill

All Implemented Interfaces:
Comparable<Content>, Senseable

public class BurstDrill extends Drill
  • Field Details

    • shake

      public float shake
    • speedCurve

      public arc.math.Interp speedCurve
    • topInvertRegion

      public arc.graphics.g2d.TextureRegion topInvertRegion
    • glowRegion

      public arc.graphics.g2d.TextureRegion glowRegion
    • arrowRegion

      public arc.graphics.g2d.TextureRegion arrowRegion
    • arrowBlurRegion

      public arc.graphics.g2d.TextureRegion arrowBlurRegion
    • invertedTime

      public float invertedTime
    • arrowSpacing

      public float arrowSpacing
    • arrowOffset

      public float arrowOffset
    • arrows

      public int arrows
    • arrowColor

      public arc.graphics.Color arrowColor
    • baseArrowColor

      public arc.graphics.Color baseArrowColor
    • glowColor

      public arc.graphics.Color glowColor
    • drillSound

      public arc.audio.Sound drillSound
    • drillSoundVolume

      public float drillSoundVolume
    • drillSoundPitchRand

      public float drillSoundPitchRand
  • Constructor Details

    • BurstDrill

      public BurstDrill(String name)
  • Method Details

    • icons

      public arc.graphics.g2d.TextureRegion[] icons()
      Overrides:
      icons in class Drill
    • getDrillTime

      public float getDrillTime(Item item)
      Overrides:
      getDrillTime in class Drill
    • 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 Drill