Uses of Class
net.minecraft.client.gui.fonts.Font
-
Packages that use Font Package Description net.minecraft.client.gui net.minecraft.client.gui.fonts -
-
Uses of Font in net.minecraft.client.gui
Fields in net.minecraft.client.gui with type parameters of type Font Modifier and Type Field Description private java.util.function.Function<ResourceLocation,Font>FontRenderer. fontsMethods in net.minecraft.client.gui that return Font Modifier and Type Method Description private FontFontRenderer. getFontSet(ResourceLocation p_238419_1_)Constructor parameters in net.minecraft.client.gui with type arguments of type Font Constructor Description FontRenderer(java.util.function.Function<ResourceLocation,Font> p_i232249_1_) -
Uses of Font in net.minecraft.client.gui.fonts
Fields in net.minecraft.client.gui.fonts declared as Font Modifier and Type Field Description private FontFontResourceManager. missingFontSetFields in net.minecraft.client.gui.fonts with type parameters of type Font Modifier and Type Field Description private java.util.Map<ResourceLocation,Font>FontResourceManager. fontSets
-