Package net.minecraft.client.gui.fonts
Class FontResourceManager
java.lang.Object
net.minecraft.client.gui.fonts.FontResourceManager
- All Implemented Interfaces:
AutoCloseable
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Map<ResourceLocation,
Font> private static final org.apache.logging.log4j.Logger
static final ResourceLocation
private final Font
private final IFutureReloadListener
private Map<ResourceLocation,
ResourceLocation> private final TextureManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
setRenames
(Map<ResourceLocation, ResourceLocation> p_238551_1_)
-
Field Details
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER -
MISSING_FONT
-
missingFontSet
-
fontSets
-
textureManager
-
renames
-
reloadListener
-
-
Constructor Details
-
FontResourceManager
-
-
Method Details
-
setRenames
-
createFont
-
getReloadListener
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-