Package net.minecraft.client.font
Class FontManager
java.lang.Object
net.minecraft.client.font.FontManager
- All Implemented Interfaces:
AutoCloseable
- Mappings:
Namespace Name official emt
intermediary net/minecraft/class_378
named net/minecraft/client/font/FontManager
-
Field Summary
Modifier and TypeFieldDescription(package private) static final ResourceFinder
private static final String
(package private) final Map<Identifier,
FontStorage> private Map<Identifier,
Identifier> (package private) static final Logger
static final Identifier
private final FontStorage
private final ResourceReloader
(package private) final TextureManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
setIdOverrides
(Map<Identifier, Identifier> idOverrides)
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official b
Lemt;b:Lorg/slf4j/Logger;
intermediary field_2261
Lnet/minecraft/class_378;field_2261:Lorg/slf4j/Logger;
named LOGGER
Lnet/minecraft/client/font/FontManager;LOGGER:Lorg/slf4j/Logger;
-
FONTS_JSON
- See Also:
- Mappings:
Namespace Name Mixin selector official c
Lemt;c:Ljava/lang/String;
intermediary field_32226
Lnet/minecraft/class_378;field_32226:Ljava/lang/String;
named FONTS_JSON
Lnet/minecraft/client/font/FontManager;FONTS_JSON:Ljava/lang/String;
-
MISSING_STORAGE_ID
- Mappings:
Namespace Name Mixin selector official a
Lemt;a:Lacf;
intermediary field_24254
Lnet/minecraft/class_378;field_24254:Lnet/minecraft/class_2960;
named MISSING_STORAGE_ID
Lnet/minecraft/client/font/FontManager;MISSING_STORAGE_ID:Lnet/minecraft/util/Identifier;
-
FINDER
- Mappings:
Namespace Name Mixin selector official d
Lemt;d:Laby;
intermediary field_40409
Lnet/minecraft/class_378;field_40409:Lnet/minecraft/class_7654;
named FINDER
Lnet/minecraft/client/font/FontManager;FINDER:Lnet/minecraft/resource/ResourceFinder;
-
missingStorage
- Mappings:
Namespace Name Mixin selector official e
Lemt;e:Lemu;
intermediary field_24255
Lnet/minecraft/class_378;field_24255:Lnet/minecraft/class_377;
named missingStorage
Lnet/minecraft/client/font/FontManager;missingStorage:Lnet/minecraft/client/font/FontStorage;
-
fontStorages
- Mappings:
Namespace Name Mixin selector official f
Lemt;f:Ljava/util/Map;
intermediary field_2259
Lnet/minecraft/class_378;field_2259:Ljava/util/Map;
named fontStorages
Lnet/minecraft/client/font/FontManager;fontStorages:Ljava/util/Map;
-
textureManager
- Mappings:
Namespace Name Mixin selector official g
Lemt;g:Lfom;
intermediary field_2260
Lnet/minecraft/class_378;field_2260:Lnet/minecraft/class_1060;
named textureManager
Lnet/minecraft/client/font/FontManager;textureManager:Lnet/minecraft/client/texture/TextureManager;
-
idOverrides
- Mappings:
Namespace Name Mixin selector official h
Lemt;h:Ljava/util/Map;
intermediary field_24256
Lnet/minecraft/class_378;field_24256:Ljava/util/Map;
named idOverrides
Lnet/minecraft/client/font/FontManager;idOverrides:Ljava/util/Map;
-
resourceReloadListener
- Mappings:
Namespace Name Mixin selector official i
Lemt;i:Lajy;
intermediary field_18215
Lnet/minecraft/class_378;field_18215:Lnet/minecraft/class_3302;
named resourceReloadListener
Lnet/minecraft/client/font/FontManager;resourceReloadListener:Lnet/minecraft/resource/ResourceReloader;
-
-
Constructor Details
-
FontManager
- Mappings:
Namespace Name Mixin selector official <init>
Lemt;<init>(Lfom;)V
intermediary <init>
Lnet/minecraft/class_378;<init>(Lnet/minecraft/class_1060;)V
named <init>
Lnet/minecraft/client/font/FontManager;<init>(Lnet/minecraft/client/texture/TextureManager;)V
-
-
Method Details
-
setIdOverrides
- Mappings:
Namespace Name Mixin selector official a
Lemt;a(Ljava/util/Map;)V
intermediary method_27541
Lnet/minecraft/class_378;method_27541(Ljava/util/Map;)V
named setIdOverrides
Lnet/minecraft/client/font/FontManager;setIdOverrides(Ljava/util/Map;)V
-
createTextRenderer
- Mappings:
Namespace Name Mixin selector official a
Lemt;a()Lekm;
intermediary method_27539
Lnet/minecraft/class_378;method_27539()Lnet/minecraft/class_327;
named createTextRenderer
Lnet/minecraft/client/font/FontManager;createTextRenderer()Lnet/minecraft/client/font/TextRenderer;
-
createAdvanceValidatingTextRenderer
- Mappings:
Namespace Name Mixin selector official b
Lemt;b()Lekm;
intermediary method_45078
Lnet/minecraft/class_378;method_45078()Lnet/minecraft/class_327;
named createAdvanceValidatingTextRenderer
Lnet/minecraft/client/font/FontManager;createAdvanceValidatingTextRenderer()Lnet/minecraft/client/font/TextRenderer;
-
getResourceReloadListener
- Mappings:
Namespace Name Mixin selector official c
Lemt;c()Lajy;
intermediary method_18627
Lnet/minecraft/class_378;method_18627()Lnet/minecraft/class_3302;
named getResourceReloadListener
Lnet/minecraft/client/font/FontManager;getResourceReloadListener()Lnet/minecraft/resource/ResourceReloader;
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-