Interface MultiLineLabel


public interface MultiLineLabel
  • Field Details

  • Method Details

    • create

      static MultiLineLabel create(Font font, Component... components)
    • create

      static MultiLineLabel create(Font font, int maxWidth, Component... components)
    • create

      static MultiLineLabel create(Font font, Component component, int maxWidth)
    • create

      static MultiLineLabel create(Font font, int maxWidth, int maxRows, Component... components)
    • renderCentered

      void renderCentered(GuiGraphics guiGraphics, int x, int y)
    • renderCentered

      void renderCentered(GuiGraphics guiGraphics, int x, int y, int lineHeight, int color)
    • renderLeftAligned

      void renderLeftAligned(GuiGraphics guiGraphics, int x, int y, int lineHeight, int color)
    • renderLeftAlignedNoShadow

      int renderLeftAlignedNoShadow(GuiGraphics guiGraphics, int x, int y, int lineHeight, int color)
    • getLineCount

      int getLineCount()
    • getWidth

      int getWidth()