Uses of Interface
net.minecraft.client.gui.font.TextRenderable.Styled
Packages that use TextRenderable.Styled
Package
Description
-
Uses of TextRenderable.Styled in net.minecraft.client.gui
Fields in net.minecraft.client.gui with type parameters of type TextRenderable.StyledModifier and TypeFieldDescription(package private) final List<TextRenderable.Styled> Font.PreparedTextBuilder.glyphsMethods in net.minecraft.client.gui with parameters of type TextRenderable.StyledModifier and TypeMethodDescriptiondefault voidFont.GlyphVisitor.acceptGlyph(TextRenderable.Styled pGlyph) private voidFont.PreparedTextBuilder.addGlyph(TextRenderable.Styled pGlyph) -
Uses of TextRenderable.Styled in net.minecraft.client.gui.font
Subinterfaces of TextRenderable.Styled in net.minecraft.client.gui.fontClasses in net.minecraft.client.gui.font that implement TextRenderable.StyledModifier and TypeClassDescription(package private) static final record(package private) static final record -
Uses of TextRenderable.Styled in net.minecraft.client.gui.font.glyphs
Classes in net.minecraft.client.gui.font.glyphs that implement TextRenderable.StyledModifier and TypeClassDescription(package private) static final recordMethods in net.minecraft.client.gui.font.glyphs that return TextRenderable.StyledModifier and TypeMethodDescription@Nullable TextRenderable.StyledBakedGlyph.createGlyph(float pX, float pY, int pColor, int pShadowColor, Style pStyle, float pBoldOffset, float pShadowOffset) BakedSheetGlyph.createGlyph(float p_439638_, float p_439877_, int p_440324_, int p_439600_, Style p_440608_, float p_440490_, float p_440025_)