Package net.minecraft.client.gui.font
Class FontManager
java.lang.Object
net.minecraft.client.gui.font.FontManager
- All Implemented Interfaces:
AutoCloseable
-
Field Summary
Modifier and TypeFieldDescriptionprivate static String
(package private) Map<ResourceLocation,FontSet>
(package private) static org.apache.logging.log4j.Logger
static ResourceLocation
private FontSet
private PreparableReloadListener
private Map<ResourceLocation,ResourceLocation>
(package private) TextureManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
setRenames(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:
close
in interfaceAutoCloseable
-