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 TypeFieldDescriptionprivate 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 glyph) private voidFont.PreparedTextBuilder.addGlyph(TextRenderable.Styled instance) -
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 TypeClassDescriptionprivate static final recordprivate 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.StyledMethods in net.minecraft.client.gui.font.glyphs that return TextRenderable.StyledModifier and TypeMethodDescriptionBakedGlyph.createGlyph(float x, float y, int color, int shadowColor, Style style, float boldOffset, float shadowOffset) BakedSheetGlyph.createGlyph(float x, float y, int color, int shadowColor, Style style, float boldOffset, float shadowOffset)