Uses of Class
net.minecraft.client.gui.font.FontSet
Packages that use FontSet
-
Uses of FontSet in net.minecraft.client.gui
Fields in net.minecraft.client.gui with type parameters of type FontSetMethods in net.minecraft.client.gui that return FontSetModifier and TypeMethodDescription(package private) FontSet
Font.getFontSet
(ResourceLocation p_92864_) Constructor parameters in net.minecraft.client.gui with type arguments of type FontSetModifierConstructorDescriptionFont
(Function<ResourceLocation, FontSet> p_243253_, boolean p_243245_) -
Uses of FontSet in net.minecraft.client.gui.font
Fields in net.minecraft.client.gui.font declared as FontSetModifier and TypeFieldDescriptionprivate FontSet
FontManager.lastFontSetCache
private final FontSet
FontManager.missingFontSet
Fields in net.minecraft.client.gui.font with type parameters of type FontSetModifier and TypeFieldDescriptionprivate final Map
<ResourceLocation, FontSet> FontManager.fontSets
Methods in net.minecraft.client.gui.font that return FontSetModifier and TypeMethodDescriptionprivate FontSet
FontManager.getFontSetCached
(ResourceLocation p_326503_) private FontSet
FontManager.getFontSetRaw
(ResourceLocation p_325954_)