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 stitcher) UnbakedGlyph.bake(UnbakedGlyph.Stitcher stitcher) UnbakedGlyph.Stitcher.getMissing()UnbakedGlyph.Stitcher.stitch(GlyphInfo info, GlyphBitmap glyphBitmap) -
Uses of BakedGlyph in net.minecraft.client.gui
Methods in net.minecraft.client.gui that return BakedGlyphModifier and TypeMethodDescriptionprivate BakedGlyphGlyphSource.getGlyph(int codepoint) GlyphSource.getRandomGlyph(RandomSource random, int width) Methods in net.minecraft.client.gui with parameters of type BakedGlyphModifier and TypeMethodDescriptionbooleanFont.PreparedTextBuilder.accept(int position, Style style, BakedGlyph glyph) -
Uses of BakedGlyph in net.minecraft.client.gui.font
Classes in net.minecraft.client.gui.font that implement interfaces with type arguments of type BakedGlyphFields in net.minecraft.client.gui.font declared as BakedGlyphModifier and TypeFieldDescriptionprivate @Nullable BakedGlyphFontSet.DelayedBake.bakedprivate final BakedGlyphSingleSpriteSource.glyphThe field for theglyphrecord component.private static final BakedGlyphFontSet.INVISIBLE_MISSING_GLYPHprivate 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 codepoint) SingleSpriteSource.getGlyph(int codepoint) FontSet.getRandomGlyph(RandomSource random, int width) FontSet.Source.getRandomGlyph(RandomSource random, int width) SingleSpriteSource.getRandomGlyph(RandomSource random, int width) 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.private Supplier<BakedGlyph> FontSet.SelectedGlyphs.select(boolean filterFishy) 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 BakedGlyphModifierConstructorDescriptionprivateSelectedGlyphs(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 stitcher) UnihexProvider.Glyph.bake(UnbakedGlyph.Stitcher stitcher)