Uses of Interface
com.mojang.blaze3d.font.SheetGlyphInfo
Packages that use SheetGlyphInfo
Package
Description
-
Uses of SheetGlyphInfo in com.mojang.blaze3d.font
Method parameters in com.mojang.blaze3d.font with type arguments of type SheetGlyphInfoModifier and TypeMethodDescriptionGlyphInfo.bake(Function<SheetGlyphInfo, BakedGlyph> glyphProvider) default BakedGlyphGlyphInfo.SpaceGlyphInfo.bake(Function<SheetGlyphInfo, BakedGlyph> p_231090_) TrueTypeGlyphProvider.Glyph.bake(Function<SheetGlyphInfo, BakedGlyph> glyphProvider) -
Uses of SheetGlyphInfo in net.minecraft.client.gui.font
Methods in net.minecraft.client.gui.font with parameters of type SheetGlyphInfoModifier and TypeMethodDescriptionFontTexture.add(SheetGlyphInfo glyphInfo) (package private) FontTexture.NodeFontTexture.Node.insert(SheetGlyphInfo glyphInfo) private BakedGlyphFontSet.stitch(SheetGlyphInfo glyphInfo) -
Uses of SheetGlyphInfo in net.minecraft.client.gui.font.glyphs
Method parameters in net.minecraft.client.gui.font.glyphs with type arguments of type SheetGlyphInfoModifier and TypeMethodDescriptionSpecialGlyphs.bake(Function<SheetGlyphInfo, BakedGlyph> glyphProvider) -
Uses of SheetGlyphInfo in net.minecraft.client.gui.font.providers
Method parameters in net.minecraft.client.gui.font.providers with type arguments of type SheetGlyphInfoModifier and TypeMethodDescriptionBitmapProvider.Glyph.bake(Function<SheetGlyphInfo, BakedGlyph> glyphProvider) UnihexProvider.Glyph.bake(Function<SheetGlyphInfo, BakedGlyph> p_285377_)