Uses of Interface
net.minecraft.text.StyleSpriteSource
Packages that use StyleSpriteSource
Package
Description
-
Uses of StyleSpriteSource in net.minecraft.client.font
Fields in net.minecraft.client.font declared as StyleSpriteSourceModifier and TypeFieldDescriptionprivate final StyleSpriteSourceFontManager.Fonts.class_11717.descriptionThe field for thedescriptionrecord component.Methods in net.minecraft.client.font that return StyleSpriteSourceModifier and TypeMethodDescriptionFontManager.Fonts.class_11717.description()Returns the value of thedescriptionrecord component.Methods in net.minecraft.client.font with parameters of type StyleSpriteSourceModifier and TypeMethodDescriptionFontManager.Fonts.getGlyphs(StyleSpriteSource source) private GlyphProviderTextRenderer.getGlyphs(StyleSpriteSource styleSpriteSource) TextRenderer.GlyphsProvider.getGlyphs(StyleSpriteSource source) private GlyphProviderFontManager.Fonts.method_73149(StyleSpriteSource source) Constructors in net.minecraft.client.font with parameters of type StyleSpriteSourceModifierConstructorDescription(package private)class_11717(StyleSpriteSource styleSpriteSource, GlyphProvider glyphProvider) -
Uses of StyleSpriteSource in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as StyleSpriteSourceModifier and TypeFieldDescriptionprivate static final StyleSpriteSourceEnchantingPhrases.FONT_ID -
Uses of StyleSpriteSource in net.minecraft.text
Classes in net.minecraft.text that implement StyleSpriteSourceModifier and TypeClassDescriptionstatic final recordstatic final recordFields in net.minecraft.text declared as StyleSpriteSourceFields in net.minecraft.text with type parameters of type StyleSpriteSourceModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<StyleSpriteSource> StyleSpriteSource.CODECMethods in net.minecraft.text that return StyleSpriteSourceModifier and TypeMethodDescriptionStyle.getFont()Returns the font of this style.ObjectTextContent.Contents.spriteSource()ObjectTextContent.SpriteContents.spriteSource()Methods in net.minecraft.text with parameters of type StyleSpriteSourceModifier and TypeMethodDescriptionStyle.withFont(@Nullable StyleSpriteSource styleSpriteSource) Returns a new style with the font provided and all other attributes of this style.Constructors in net.minecraft.text with parameters of type StyleSpriteSourceModifierConstructorDescriptionprivateStyle(@Nullable TextColor color, @Nullable Integer shadowColor, @Nullable Boolean bold, @Nullable Boolean italic, @Nullable Boolean underlined, @Nullable Boolean strikethrough, @Nullable Boolean obfuscated, @Nullable ClickEvent clickEvent, @Nullable HoverEvent hoverEvent, @Nullable String insertion, @Nullable StyleSpriteSource styleSpriteSource)