Class RenderHelper

java.lang.Object
net.darkhax.bookshelf.api.util.RenderHelper

public class RenderHelper extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
    renderLinesReversed(net.minecraft.client.gui.GuiGraphics graphics, int x, int y, net.minecraft.network.chat.FormattedText text, int textWidth)
     
    static int
    renderLinesReversed(net.minecraft.client.gui.GuiGraphics graphics, net.minecraft.client.gui.Font font, int x, int y, int spacing, int defaultColor, List<net.minecraft.util.FormattedCharSequence> lines)
     
    static int
    renderLinesReversed(net.minecraft.client.gui.GuiGraphics graphics, net.minecraft.client.gui.Font font, int x, int y, int spacing, int defaultColor, net.minecraft.network.chat.FormattedText text, int textWidth)
     
    static void
    renderLinesWrapped(net.minecraft.client.gui.GuiGraphics graphics, int x, int y, net.minecraft.network.chat.FormattedText text, int textWidth)
     
    static void
    renderLinesWrapped(net.minecraft.client.gui.GuiGraphics graphics, net.minecraft.client.gui.Font font, int x, int y, int spacing, int defaultColor, List<net.minecraft.util.FormattedCharSequence> lines)
     
    static void
    renderLinesWrapped(net.minecraft.client.gui.GuiGraphics graphics, net.minecraft.client.gui.Font fontRenderer, int x, int y, int spacing, int defaultColor, net.minecraft.network.chat.FormattedText text, int textWidth)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RenderHelper

      public RenderHelper()
  • Method Details

    • renderLinesWrapped

      public static void renderLinesWrapped(net.minecraft.client.gui.GuiGraphics graphics, int x, int y, net.minecraft.network.chat.FormattedText text, int textWidth)
    • renderLinesWrapped

      public static void renderLinesWrapped(net.minecraft.client.gui.GuiGraphics graphics, net.minecraft.client.gui.Font fontRenderer, int x, int y, int spacing, int defaultColor, net.minecraft.network.chat.FormattedText text, int textWidth)
    • renderLinesWrapped

      public static void renderLinesWrapped(net.minecraft.client.gui.GuiGraphics graphics, net.minecraft.client.gui.Font font, int x, int y, int spacing, int defaultColor, List<net.minecraft.util.FormattedCharSequence> lines)
    • renderLinesReversed

      public static int renderLinesReversed(net.minecraft.client.gui.GuiGraphics graphics, int x, int y, net.minecraft.network.chat.FormattedText text, int textWidth)
    • renderLinesReversed

      public static int renderLinesReversed(net.minecraft.client.gui.GuiGraphics graphics, net.minecraft.client.gui.Font font, int x, int y, int spacing, int defaultColor, net.minecraft.network.chat.FormattedText text, int textWidth)
    • renderLinesReversed

      public static int renderLinesReversed(net.minecraft.client.gui.GuiGraphics graphics, net.minecraft.client.gui.Font font, int x, int y, int spacing, int defaultColor, List<net.minecraft.util.FormattedCharSequence> lines)