Class ForceProjector

All Implemented Interfaces:
Comparable<Content>, Senseable

public class ForceProjector extends Block
  • Field Details

    • timerUse

      public final int timerUse
    • phaseUseTime

      public float phaseUseTime
    • phaseRadiusBoost

      public float phaseRadiusBoost
    • phaseShieldBoost

      public float phaseShieldBoost
    • radius

      public float radius
    • sides

      public int sides
    • shieldRotation

      public float shieldRotation
    • shieldHealth

      public float shieldHealth
    • cooldownNormal

      public float cooldownNormal
    • cooldownLiquid

      public float cooldownLiquid
    • cooldownBrokenBase

      public float cooldownBrokenBase
    • coolantConsumption

      public float coolantConsumption
    • consumeCoolant

      public boolean consumeCoolant
    • absorbEffect

      public Effect absorbEffect
    • shieldBreakEffect

      public Effect shieldBreakEffect
    • topRegion

      public TextureRegion topRegion
    • itemConsumer

      @Nullable public Consume itemConsumer
    • coolantConsumer

      @Nullable public Consume coolantConsumer
    • paramEntity

      protected static ForceProjector.ForceBuild paramEntity
    • paramEffect

      protected static Effect paramEffect
    • shieldConsumer

      protected static final Cons<mindustry.gen.Bullet> shieldConsumer
  • Constructor Details

    • ForceProjector

      public ForceProjector(String name)
  • Method Details

    • init

      public void init()
      Description copied from class: Block
      Called after all blocks are created.
      Overrides:
      init in class Block
    • setBars

      public void setBars()
      Overrides:
      setBars in class Block
    • 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