Interface IConfigValueIcon


public interface IConfigValueIcon
Draws a visual icon for one displayed config value option.
Since:
0.1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    draw(net.minecraft.client.gui.GuiGraphics guiGraphics, net.minecraft.client.renderer.Rect2i area)
    Draw this icon inside the given area.
  • Method Details

    • draw

      void draw(net.minecraft.client.gui.GuiGraphics guiGraphics, net.minecraft.client.renderer.Rect2i area)
      Draw this icon inside the given area.
      Parameters:
      guiGraphics - the draw context
      area - the icon bounds
      Since:
      0.1.0