Package dev.engine_room.vanillin.text
Class TextUtil
java.lang.Object
dev.engine_room.vanillin.text.TextUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BakedGlyphExtensiongetBakedGlyphExtension(net.minecraft.client.gui.font.glyphs.BakedGlyph glyph) static booleangetFilterFishyGlyphs(net.minecraft.client.gui.Font font) static net.minecraft.client.gui.font.FontSetgetFontSet(net.minecraft.client.gui.Font font, net.minecraft.resources.ResourceLocation loc)
-
Constructor Details
-
TextUtil
public TextUtil()
-
-
Method Details
-
getFontSet
public static net.minecraft.client.gui.font.FontSet getFontSet(net.minecraft.client.gui.Font font, net.minecraft.resources.ResourceLocation loc) -
getFilterFishyGlyphs
public static boolean getFilterFishyGlyphs(net.minecraft.client.gui.Font font) -
getBakedGlyphExtension
public static BakedGlyphExtension getBakedGlyphExtension(net.minecraft.client.gui.font.glyphs.BakedGlyph glyph)
-