Uses of Interface
net.minecraft.class_11719
Packages that use class_11719
Package
Description
The base package for all Minecraft classes.
-
Uses of class_11719 in net.minecraft
Classes in net.minecraft that implement class_11719Modifier and TypeClassDescriptionstatic final recordstatic final recordFields in net.minecraft with type parameters of type class_11719Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_11719> class_11719.field_61971Methods in net.minecraft that return class_11719Modifier and TypeMethodDescriptionclass_11722.class_11723.method_73175()class_11722.class_11724.method_73175() -
Uses of class_11719 in net.minecraft.client.font
Fields in net.minecraft.client.font declared as class_11719Modifier and TypeFieldDescriptionprivate final class_11719FontManager.Fonts.class_11717.descriptionThe field for thedescriptionrecord component.Methods in net.minecraft.client.font that return class_11719Modifier and TypeMethodDescriptionFontManager.Fonts.class_11717.description()Returns the value of thedescriptionrecord component.Methods in net.minecraft.client.font with parameters of type class_11719Modifier and TypeMethodDescriptionFontManager.Fonts.getGlyphs(class_11719 class_11719) private GlyphProviderTextRenderer.getGlyphs(class_11719 class_11719) TextRenderer.GlyphsProvider.getGlyphs(class_11719 class_11719) private GlyphProviderFontManager.Fonts.method_73149(class_11719 class_11719) Constructors in net.minecraft.client.font with parameters of type class_11719ModifierConstructorDescription(package private)class_11717(class_11719 class_11719, GlyphProvider glyphProvider) -
Uses of class_11719 in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as class_11719 -
Uses of class_11719 in net.minecraft.text
Fields in net.minecraft.text declared as class_11719Methods in net.minecraft.text that return class_11719Methods in net.minecraft.text with parameters of type class_11719Modifier and TypeMethodDescriptionStyle.withFont(@Nullable class_11719 class_11719) Returns a new style with the font provided and all other attributes of this style.Constructors in net.minecraft.text with parameters of type class_11719ModifierConstructorDescriptionprivateStyle(@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 class_11719 class_11719)