Class SmallText

java.lang.Object
com.refinedmods.refinedstorage.common.support.tooltip.SmallText

public final class SmallText extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final float
     
    static final float
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static float
    correctScale(float smallScale)
     
    static boolean
     
    static void
    render(net.minecraft.client.gui.GuiGraphicsExtractor graphics, net.minecraft.client.gui.Font font, String text, int x, int y, int color, boolean dropShadow, float smallScale)
     
    static void
    render(net.minecraft.client.gui.GuiGraphicsExtractor graphics, net.minecraft.client.gui.Font font, net.minecraft.util.FormattedCharSequence text, int x, int y, int color, boolean dropShadow, float smallScale)
     

    Methods inherited from class Object

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

  • Method Details

    • isSmall

      public static boolean isSmall()
    • correctScale

      public static float correctScale(float smallScale)
    • render

      public static void render(net.minecraft.client.gui.GuiGraphicsExtractor graphics, net.minecraft.client.gui.Font font, net.minecraft.util.FormattedCharSequence text, int x, int y, int color, boolean dropShadow, float smallScale)
    • render

      public static void render(net.minecraft.client.gui.GuiGraphicsExtractor graphics, net.minecraft.client.gui.Font font, String text, int x, int y, int color, boolean dropShadow, float smallScale)