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 TypeFieldDescription(package private) static final FileToIdConverter
private static final String
(package private) final Map<ResourceLocation,
FontSet> (package private) static final org.slf4j.Logger
static final ResourceLocation
private final FontSet
private final PreparableReloadListener
private Map<ResourceLocation,
ResourceLocation> (package private) final TextureManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
setRenames
(Map<ResourceLocation, ResourceLocation> p_95012_)
-
Field Details
-
LOGGER
static final org.slf4j.Logger LOGGER -
FONTS_PATH
- See Also:
-
MISSING_FONT
-
FONT_DEFINITIONS
-
missingFontSet
-
fontSets
-
textureManager
-
renames
-
reloadListener
-
-
Constructor Details
-
FontManager
-
-
Method Details
-
setRenames
-
createFont
-
createFontFilterFishy
-
getReloadListener
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-