Uses of Interface
net.minecraft.client.info.BakedGlyph
Packages that use BakedGlyph
Package
Description
The base package for all Minecraft classes.
-
Uses of BakedGlyph in net.minecraft
Methods in net.minecraft that return BakedGlyphModifier and TypeMethodDescriptionclass_11759.method_73332(class_11759.class_11760 class_11760) class_11759.class_11760.method_73333()class_11759.class_11760.method_73334(Glyph glyph, RenderableGlyph renderableGlyph) -
Uses of BakedGlyph in net.minecraft.client.font
Classes in net.minecraft.client.font that implement BakedGlyphFields in net.minecraft.client.font declared as BakedGlyphModifier and TypeFieldDescription(package private) BakedGlyphFontStorage.blankBakedGlyphprivate static final BakedGlyphFontStorage.field_62135private @Nullable BakedGlyphFontStorage.class_11766.field_62141Fields in net.minecraft.client.font with type parameters of type BakedGlyphModifier and TypeFieldDescriptionprivate final Supplier<BakedGlyph> FontStorage.GlyphPair.advanceValidatingThe field for theadvanceValidatingrecord component.private final Supplier<BakedGlyph> FontStorage.GlyphPair.anyThe field for theanyrecord component.private final Supplier<BakedGlyph> FontStorage.field_62137Methods in net.minecraft.client.font that return BakedGlyphModifier and TypeMethodDescriptionFontStorage.class_11766.get()FontStorage.Glyphs.get(int codePoint) GlyphProvider.get(int codePoint) (package private) BakedGlyphFontStorage.Glyphs.getObfuscated(Random random, int width) GlyphProvider.getObfuscated(Random random, int width) FontStorage.getObfuscatedBakedGlyph(Random random, int width) BitmapFont.BitmapFontGlyph.method_73332(class_11759.class_11760 class_11760) EmptyBakedGlyph.method_73332(class_11759.class_11760 class_11760) TrueTypeFont.TtfGlyph.method_73332(class_11759.class_11760 class_11760) UnihexFont.UnicodeTextureGlyph.method_73332(class_11759.class_11760 class_11760) Methods in net.minecraft.client.font that return types with arguments of type BakedGlyphModifier and TypeMethodDescriptionFontStorage.GlyphPair.advanceValidating()Returns the value of theadvanceValidatingrecord component.FontStorage.GlyphPair.any()Returns the value of theanyrecord component.(package private) Supplier<BakedGlyph> FontStorage.GlyphPair.get(boolean advanceValidating) Methods in net.minecraft.client.font with parameters of type BakedGlyphModifier and TypeMethodDescriptionbooleanTextRenderer.Drawer.accept(int index, Style style, BakedGlyph glyph) Constructor parameters in net.minecraft.client.font with type arguments of type BakedGlyphModifierConstructorDescription(package private)GlyphPair(Supplier<BakedGlyph> supplier, Supplier<BakedGlyph> supplier2) -
Uses of BakedGlyph in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as BakedGlyphModifier and TypeFieldDescriptionprivate final BakedGlyphSpriteAtlasGlyphs.FixedGlyphProvider.glyphThe field for theglyphrecord component.Methods in net.minecraft.client.texture that return BakedGlyphModifier and TypeMethodDescriptionSpriteAtlasGlyphs.FixedGlyphProvider.get(int codePoint) SpriteAtlasGlyphs.FixedGlyphProvider.getObfuscated(Random random, int width) SpriteAtlasGlyphs.FixedGlyphProvider.glyph()Returns the value of theglyphrecord component.Constructors in net.minecraft.client.texture with parameters of type BakedGlyph