Package net.minecraft.client.gui.font
Class FontManager
java.lang.Object
net.minecraft.client.gui.font.FontManager
- All Implemented Interfaces:
AutoCloseable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static String(package private) Map<ResourceLocation,FontSet>(package private) static org.apache.logging.log4j.Loggerstatic ResourceLocationprivate FontSetprivate PreparableReloadListenerprivate Map<ResourceLocation,ResourceLocation>(package private) TextureManager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidsetRenames(Map<ResourceLocation,ResourceLocation> p_95012_)
-
Field Details
-
LOGGER
static final org.apache.logging.log4j.Logger LOGGER -
FONTS_PATH
- See Also:
- Constant Field Values
-
MISSING_FONT
-
missingFontSet
-
fontSets
-
textureManager
-
renames
-
reloadListener
-
-
Constructor Details
-
FontManager
-
-
Method Details
-
setRenames
-
createFont
-
getReloadListener
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-