Class DrawHeatInput

java.lang.Object
mindustry.world.draw.DrawBlock
mindustry.world.draw.DrawHeatInput

public class DrawHeatInput extends DrawBlock
  • Field Details

    • suffix

      public String suffix
    • heatColor

      public arc.graphics.Color heatColor
    • heatPulse

      public float heatPulse
    • heatPulseScl

      public float heatPulseScl
    • heat

      public arc.graphics.g2d.TextureRegion heat
  • Constructor Details

    • DrawHeatInput

      public DrawHeatInput(String suffix)
    • DrawHeatInput

      public DrawHeatInput()
  • Method Details

    • drawPlan

      public void drawPlan(Block block, BuildPlan plan, arc.util.Eachable<BuildPlan> list)
      Description copied from class: DrawBlock
      Draws the planned version of this block.
      Overrides:
      drawPlan in class DrawBlock
    • draw

      public void draw(mindustry.gen.Building build)
      Description copied from class: DrawBlock
      Draws the block itself.
      Overrides:
      draw in class DrawBlock
    • load

      public void load(Block block)
      Description copied from class: DrawBlock
      Load any relevant texture regions.
      Overrides:
      load in class DrawBlock