Uses of Interface
net.minecraft.client.font.OnceBakedGlyph
Packages that use OnceBakedGlyph
Package
Description
The base package for all Minecraft classes.
-
Uses of OnceBakedGlyph in net.minecraft
Classes in net.minecraft that implement OnceBakedGlyphFields in net.minecraft declared as OnceBakedGlyphModifier and TypeFieldDescriptionprivate final OnceBakedGlyphclass_11714.class_11715.glyphThe field for theglyphrecord component.Methods in net.minecraft that return OnceBakedGlyphModifier and TypeMethodDescriptionclass_11714.class_11715.get(int codePoint) class_11714.class_11715.getObfuscated(Random random, int width) class_11714.class_11715.glyph()Returns the value of theglyphrecord component.Constructors in net.minecraft with parameters of type 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)