Uses of Interface
net.minecraft.client.font.OnceBakedGlyph
Packages that use OnceBakedGlyph
-
Uses of OnceBakedGlyph in net.minecraft.client.font
Classes in net.minecraft.client.font that implement OnceBakedGlyphFields in net.minecraft.client.font declared as OnceBakedGlyphMethods in net.minecraft.client.font that return OnceBakedGlyphModifier and TypeMethodDescriptionFontManager.Fonts.defaultGlyph()TextRenderer.GlyphsProvider.defaultGlyph()FontStorage.Glyphs.get(int codePoint) GlyphProvider.get(int codePoint) (package private) OnceBakedGlyphFontStorage.Glyphs.getObfuscated(Random random, int width) GlyphProvider.getObfuscated(Random random, int width) FontStorage.getObfuscatedBakedGlyph(Random random, int width) FontStorage.getRectangleBakedGlyph()Methods in net.minecraft.client.font with parameters of type OnceBakedGlyphModifier and TypeMethodDescriptionbooleanTextRenderer.Drawer.accept(int index, Style style, OnceBakedGlyph glyph) -
Uses of OnceBakedGlyph in net.minecraft.client.texture
Classes in net.minecraft.client.texture that implement OnceBakedGlyphFields in net.minecraft.client.texture declared as OnceBakedGlyphModifier and TypeFieldDescriptionprivate final OnceBakedGlyphSpriteAtlasGlyphs.FixedGlyphProvider.glyphThe field for theglyphrecord component.Methods in net.minecraft.client.texture that return OnceBakedGlyphModifier 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 OnceBakedGlyphModifierConstructorDescription(package private)FixedGlyphProvider(OnceBakedGlyph onceBakedGlyph)