java.lang.Object
com.refinedmods.refinedstorage.common.support.widget.TextMarquee

public class TextMarquee extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    TextMarquee(net.minecraft.network.chat.Component text, int maxWidth)
     
    TextMarquee(net.minecraft.network.chat.Component text, int maxWidth, int color, boolean dropShadow, boolean small)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getEffectiveWidth(net.minecraft.client.gui.Font font)
     
    net.minecraft.network.chat.Component
     
    void
    render(net.minecraft.client.gui.GuiGraphics graphics, int x, int y, net.minecraft.client.gui.Font font, boolean hovering)
     
    void
    setText(net.minecraft.network.chat.Component text)
     

    Methods inherited from class java.lang.Object

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

    • TextMarquee

      public TextMarquee(net.minecraft.network.chat.Component text, int maxWidth, int color, boolean dropShadow, boolean small)
    • TextMarquee

      public TextMarquee(net.minecraft.network.chat.Component text, int maxWidth)
  • Method Details

    • getEffectiveWidth

      public int getEffectiveWidth(net.minecraft.client.gui.Font font)
    • render

      public void render(net.minecraft.client.gui.GuiGraphics graphics, int x, int y, net.minecraft.client.gui.Font font, boolean hovering)
    • getText

      public net.minecraft.network.chat.Component getText()
    • setText

      public void setText(net.minecraft.network.chat.Component text)