Uses of Class
net.minecraft.client.gui.font.glyphs.BakedGlyph
Packages that use BakedGlyph
Package
Description
-
Uses of BakedGlyph in com.mojang.blaze3d.font
Methods in com.mojang.blaze3d.font that return BakedGlyphModifier and TypeMethodDescriptionGlyphInfo.bake
(Function<SheetGlyphInfo, BakedGlyph> glyphProvider) default BakedGlyph
GlyphInfo.SpaceGlyphInfo.bake
(Function<SheetGlyphInfo, BakedGlyph> p_231090_) TrueTypeGlyphProvider.Glyph.bake
(Function<SheetGlyphInfo, BakedGlyph> glyphProvider) Method parameters in com.mojang.blaze3d.font with type arguments of type BakedGlyphModifier and TypeMethodDescriptionGlyphInfo.bake
(Function<SheetGlyphInfo, BakedGlyph> glyphProvider) default BakedGlyph
GlyphInfo.SpaceGlyphInfo.bake
(Function<SheetGlyphInfo, BakedGlyph> p_231090_) TrueTypeGlyphProvider.Glyph.bake
(Function<SheetGlyphInfo, BakedGlyph> glyphProvider) -
Uses of BakedGlyph in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type BakedGlyphModifier and TypeMethodDescription(package private) void
Font.renderChar
(BakedGlyph glyph, boolean bold, boolean italic, float boldOffset, float x, float y, org.joml.Matrix4f matrix, VertexConsumer buffer, float red, float green, float blue, float alpha, int packedLight) -
Uses of BakedGlyph in net.minecraft.client.gui.font
Fields in net.minecraft.client.gui.font declared as BakedGlyphModifier and TypeFieldDescriptionprivate BakedGlyph
FontSet.missingGlyph
private BakedGlyph
FontSet.whiteGlyph
Fields in net.minecraft.client.gui.font with type parameters of type BakedGlyphMethods in net.minecraft.client.gui.font that return BakedGlyphModifier and TypeMethodDescriptionFontTexture.add
(SheetGlyphInfo glyphInfo) private BakedGlyph
FontSet.computeBakedGlyph
(int character) FontSet.getGlyph
(int character) FontSet.getRandomGlyph
(GlyphInfo glyph) private BakedGlyph
FontSet.stitch
(SheetGlyphInfo glyphInfo) FontSet.whiteGlyph()
-
Uses of BakedGlyph in net.minecraft.client.gui.font.glyphs
Subclasses of BakedGlyph in net.minecraft.client.gui.font.glyphsMethods in net.minecraft.client.gui.font.glyphs that return BakedGlyphModifier and TypeMethodDescriptionSpecialGlyphs.bake
(Function<SheetGlyphInfo, BakedGlyph> glyphProvider) Method parameters in net.minecraft.client.gui.font.glyphs with type arguments of type BakedGlyphModifier and TypeMethodDescriptionSpecialGlyphs.bake
(Function<SheetGlyphInfo, BakedGlyph> glyphProvider) -
Uses of BakedGlyph in net.minecraft.client.gui.font.providers
Methods in net.minecraft.client.gui.font.providers that return BakedGlyphModifier and TypeMethodDescriptionBitmapProvider.Glyph.bake
(Function<SheetGlyphInfo, BakedGlyph> glyphProvider) UnihexProvider.Glyph.bake
(Function<SheetGlyphInfo, BakedGlyph> p_285377_) Method parameters in net.minecraft.client.gui.font.providers with type arguments of type BakedGlyphModifier and TypeMethodDescriptionBitmapProvider.Glyph.bake
(Function<SheetGlyphInfo, BakedGlyph> glyphProvider) UnihexProvider.Glyph.bake
(Function<SheetGlyphInfo, BakedGlyph> p_285377_)