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.Cached.sourceThe field for thesourcerecord component.Methods in net.minecraft.client.font that return StyleSpriteSourceModifier and TypeMethodDescriptionFontManager.Fonts.Cached.source()Returns the value of thesourcerecord component.Methods in net.minecraft.client.font with parameters of type StyleSpriteSourceModifier and TypeMethodDescriptionFontManager.Fonts.getGlyphs(StyleSpriteSource source) private GlyphProviderTextRenderer.getGlyphs(StyleSpriteSource source) TextRenderer.GlyphsProvider.getGlyphs(StyleSpriteSource source) private GlyphProviderFontManager.Fonts.getGlyphsImpl(StyleSpriteSource source) Constructors in net.minecraft.client.font with parameters of type StyleSpriteSourceModifierConstructorDescription(package private)Cached(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 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.FONT_CODECMethods in net.minecraft.text that return StyleSpriteSourceMethods in net.minecraft.text with parameters of type StyleSpriteSourceModifier and TypeMethodDescriptionStyle.withFont(@Nullable StyleSpriteSource font) 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 font) -
Uses of StyleSpriteSource in net.minecraft.text.object
Methods in net.minecraft.text.object that return StyleSpriteSourceModifier and TypeMethodDescriptionAtlasTextObjectContents.spriteSource()PlayerTextObjectContents.spriteSource()TextObjectContents.spriteSource()