Class SmallText
java.lang.Object
com.refinedmods.refinedstorage.common.support.tooltip.SmallText
-
Method Summary
Modifier and TypeMethodDescriptionstatic float
getScale()
static boolean
isSmall()
static void
render
(net.minecraft.client.gui.Font font, net.minecraft.util.FormattedCharSequence text, int x, int y, int color, org.joml.Matrix4f pose, net.minecraft.client.renderer.MultiBufferSource.BufferSource buffer) static void
render
(net.minecraft.client.gui.Font font, net.minecraft.util.FormattedCharSequence text, int x, int y, org.joml.Matrix4f pose, net.minecraft.client.renderer.MultiBufferSource.BufferSource buffer) static void
render
(net.minecraft.client.gui.GuiGraphics graphics, net.minecraft.client.gui.Font font, String text, int x, int y, int color, boolean dropShadow) static void
render
(net.minecraft.client.gui.GuiGraphics graphics, net.minecraft.client.gui.Font font, net.minecraft.util.FormattedCharSequence text, int x, int y, int color, boolean dropShadow)
-
Method Details
-
getScale
public static float getScale() -
isSmall
public static boolean isSmall() -
render
public static void render(net.minecraft.client.gui.Font font, net.minecraft.util.FormattedCharSequence text, int x, int y, org.joml.Matrix4f pose, net.minecraft.client.renderer.MultiBufferSource.BufferSource buffer) -
render
public static void render(net.minecraft.client.gui.Font font, net.minecraft.util.FormattedCharSequence text, int x, int y, int color, org.joml.Matrix4f pose, net.minecraft.client.renderer.MultiBufferSource.BufferSource buffer) -
render
public static void render(net.minecraft.client.gui.GuiGraphics graphics, net.minecraft.client.gui.Font font, net.minecraft.util.FormattedCharSequence text, int x, int y, int color, boolean dropShadow) -
render
public static void render(net.minecraft.client.gui.GuiGraphics graphics, net.minecraft.client.gui.Font font, String text, int x, int y, int color, boolean dropShadow)
-