Class DrawCultivator

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

public class DrawCultivator extends DrawBlock
  • Field Details

    • plantColor

      public Color plantColor
    • plantColorLight

      public Color plantColorLight
    • bottomColor

      public Color bottomColor
    • bubbles

      public int bubbles
    • sides

      public int sides
    • strokeMin

      public float strokeMin
    • spread

      public float spread
    • timeScl

      public float timeScl
    • recurrence

      public float recurrence
    • radius

      public float radius
    • middle

      public TextureRegion middle
  • Constructor Details

    • DrawCultivator

      public DrawCultivator()
  • Method Details

    • 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