Class DrawPower

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

public class DrawPower extends DrawBlock
  • Field Details

    • emptyRegion

      public TextureRegion emptyRegion
    • fullRegion

      public TextureRegion fullRegion
    • suffix

      public String suffix
    • drawPlan

      public boolean drawPlan
    • mixcol

      public boolean mixcol
      If false, fades between emptyRegion and fullRegion instead of mixcol between empty and full colors.
    • emptyLightColor

      public Color emptyLightColor
    • fullLightColor

      public Color fullLightColor
    • layer

      public float layer
      Any number <=0 disables layer changes.
  • Constructor Details

    • DrawPower

      public DrawPower()
    • DrawPower

      public DrawPower(String suffix)
  • Method Details