Package net.minecraft.client.gui.fonts
Class FontResourceManager
java.lang.Object
net.minecraft.client.gui.fonts.FontResourceManager
- All Implemented Interfaces:
AutoCloseable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,Font> private static final org.apache.logging.log4j.Loggerstatic final ResourceLocationprivate final Fontprivate final IFutureReloadListenerprivate Map<ResourceLocation,ResourceLocation> private final TextureManager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidsetRenames(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:
closein interfaceAutoCloseable
-