Uses of Interface
net.minecraft.client.font.RenderableGlyph
Packages that use RenderableGlyph
Package
Description
The base package for all Minecraft classes.
-
Uses of RenderableGlyph in net.minecraft
Method parameters in net.minecraft with type arguments of type RenderableGlyphModifier and TypeMethodDescriptiondefault GlyphRendererclass_7166.class_7167.bake(Function<RenderableGlyph, GlyphRenderer> function) class_7191.bake(Function<RenderableGlyph, GlyphRenderer> function) -
Uses of RenderableGlyph in net.minecraft.client.font
Methods in net.minecraft.client.font with parameters of type RenderableGlyphModifier and TypeMethodDescription(package private) @Nullable GlyphAtlasTexture.SlotGlyphAtlasTexture.Slot.findSlotFor(RenderableGlyph glyph) private GlyphRendererFontStorage.getGlyphRenderer(RenderableGlyph c) GlyphAtlasTexture.getGlyphRenderer(RenderableGlyph glyph) Method parameters in net.minecraft.client.font with type arguments of type RenderableGlyphModifier and TypeMethodDescriptionBitmapFont.BitmapFontGlyph.bake(Function<RenderableGlyph, GlyphRenderer> function) Glyph.bake(Function<RenderableGlyph, GlyphRenderer> function) TrueTypeFont.TtfGlyph.bake(Function<RenderableGlyph, GlyphRenderer> function) UnicodeTextureFont.UnicodeTextureGlyph.bake(Function<RenderableGlyph, GlyphRenderer> function)