Class MendProjector

All Implemented Interfaces:
Comparable<Content>, Senseable

public class MendProjector extends Block
  • Field Details

    • timerUse

      public final int timerUse
    • baseColor

      public Color baseColor
    • phaseColor

      public Color phaseColor
    • topRegion

      public TextureRegion topRegion
    • reload

      public float reload
    • range

      public float range
    • healPercent

      public float healPercent
    • phaseBoost

      public float phaseBoost
    • phaseRangeBoost

      public float phaseRangeBoost
    • useTime

      public float useTime
  • Constructor Details

    • MendProjector

      public MendProjector(String name)
  • Method Details

    • outputsItems

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