Uses of Interface
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 TypeMethodDescriptionTrueTypeGlyphProvider.Glyph.bake(UnbakedGlyph.Stitcher p_440645_) UnbakedGlyph.bake(UnbakedGlyph.Stitcher pStitcher) UnbakedGlyph.Stitcher.getMissing()UnbakedGlyph.Stitcher.stitch(GlyphInfo pInfo, GlyphBitmap pBitmap) -
Uses of BakedGlyph in net.minecraft.client.gui
Methods in net.minecraft.client.gui that return BakedGlyphModifier and TypeMethodDescription(package private) BakedGlyphGlyphSource.getGlyph(int pIndex) GlyphSource.getRandomGlyph(RandomSource pRandom, int pWidth) Methods in net.minecraft.client.gui with parameters of type BakedGlyphModifier and TypeMethodDescriptionbooleanFont.PreparedTextBuilder.accept(int pPositionInCurrentSequence, Style pStyle, BakedGlyph pGlyph) -
Uses of BakedGlyph in net.minecraft.client.gui.font
Fields in net.minecraft.client.gui.font declared as BakedGlyphModifier and TypeFieldDescriptionprivate BakedGlyphFontSet.DelayedBake.bakedprivate final BakedGlyphSingleSpriteSource.glyphThe field for theglyphrecord component.private static final BakedGlyphFontSet.INVISIBLE_MISSING_GLYPH(package private) BakedGlyphFontSet.missingGlyphFields in net.minecraft.client.gui.font with type parameters of type BakedGlyphModifier and TypeFieldDescriptionprivate final Supplier<BakedGlyph> FontSet.SelectedGlyphs.anyThe field for theanyrecord component.private final Supplier<BakedGlyph> FontSet.missingGlyphGetterprivate final Supplier<BakedGlyph> FontSet.SelectedGlyphs.nonFishyThe field for thenonFishyrecord component.Methods in net.minecraft.client.gui.font that return BakedGlyphModifier and TypeMethodDescriptionFontSet.DelayedBake.get()FontSet.Source.getGlyph(int p_435001_) SingleSpriteSource.getGlyph(int p_442593_) FontSet.getRandomGlyph(RandomSource pRandom, int pWidth) FontSet.Source.getRandomGlyph(RandomSource p_432852_, int p_436029_) SingleSpriteSource.getRandomGlyph(RandomSource p_442897_, int p_442709_) SingleSpriteSource.glyph()Returns the value of theglyphrecord component.Methods in net.minecraft.client.gui.font that return types with arguments of type BakedGlyphModifier and TypeMethodDescriptionFontSet.SelectedGlyphs.any()Returns the value of theanyrecord component.FontSet.SelectedGlyphs.nonFishy()Returns the value of thenonFishyrecord component.(package private) Supplier<BakedGlyph> FontSet.SelectedGlyphs.select(boolean pFilterFishy) Constructors in net.minecraft.client.gui.font with parameters of type BakedGlyphModifierConstructorDescriptionSingleSpriteSource(BakedGlyph glyph) Creates an instance of aSingleSpriteSourcerecord class.Constructor parameters in net.minecraft.client.gui.font with type arguments of type BakedGlyphModifierConstructorDescription(package private)SelectedGlyphs(Supplier<BakedGlyph> any, Supplier<BakedGlyph> nonFishy) Creates an instance of aSelectedGlyphsrecord class. -
Uses of BakedGlyph in net.minecraft.client.gui.font.glyphs
Classes in net.minecraft.client.gui.font.glyphs that implement BakedGlyphMethods in net.minecraft.client.gui.font.glyphs that return BakedGlyph -
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(UnbakedGlyph.Stitcher p_440172_) UnihexProvider.Glyph.bake(UnbakedGlyph.Stitcher p_439528_)