Uses of Interface
net.minecraft.client.font.BakedGlyph
Packages that use BakedGlyph
-
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 TypeFieldDescriptionprivate @Nullable BakedGlyphFontStorage.LazyBakedGlyph.baked(package private) BakedGlyphFontStorage.blankBakedGlyphprivate static final BakedGlyphFontStorage.MISSING_GLYPHFields 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.blankGlyphSupplierMethods in net.minecraft.client.font that return BakedGlyphModifier and TypeMethodDescriptionBitmapFont.BitmapFontGlyph.bake(Glyph.AbstractGlyphBaker baker) EmptyGlyph.bake(Glyph.AbstractGlyphBaker baker) Glyph.AbstractGlyphBaker.bake(GlyphMetrics metrics, UploadableGlyph renderable) Glyph.bake(Glyph.AbstractGlyphBaker baker) TrueTypeFont.TtfGlyph.bake(Glyph.AbstractGlyphBaker baker) UnihexFont.UnicodeTextureGlyph.bake(Glyph.AbstractGlyphBaker baker) FontStorage.Glyphs.get(int codePoint) FontStorage.LazyBakedGlyph.get()GlyphProvider.get(int codePoint) Glyph.AbstractGlyphBaker.getBlankGlyph()(package private) BakedGlyphFontStorage.Glyphs.getObfuscated(Random random, int width) GlyphProvider.getObfuscated(Random random, int width) FontStorage.getObfuscatedBakedGlyph(Random random, int width) 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 BakedGlyphFixedGlyphProvider.glyphThe field for theglyphrecord component.Methods in net.minecraft.client.texture that return BakedGlyphModifier and TypeMethodDescriptionFixedGlyphProvider.get(int codePoint) FixedGlyphProvider.getObfuscated(Random random, int width) FixedGlyphProvider.glyph()Returns the value of theglyphrecord component.Constructors in net.minecraft.client.texture with parameters of type BakedGlyph