Uses of Interface
net.minecraft.client.info.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 abstractGlyphBaker) EmptyGlyph.bake(Glyph.AbstractGlyphBaker abstractGlyphBaker) Glyph.AbstractGlyphBaker.bake(GlyphMetrics metrics, UploadableGlyph renderable) Glyph.bake(Glyph.AbstractGlyphBaker abstractGlyphBaker) TrueTypeFont.TtfGlyph.bake(Glyph.AbstractGlyphBaker abstractGlyphBaker) UnihexFont.UnicodeTextureGlyph.bake(Glyph.AbstractGlyphBaker abstractGlyphBaker) 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 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