net.minecraft.client.gui.font

public class FontManager

implements PreparableReloadListener, AutoCloseable

fqw
net.minecraft.client.gui.font.FontManager
net.minecraft.class_378
net.minecraft.client.font.FontManager

Field summary

Modifier and TypeField
static final org.slf4j.Logger
b
LOGGER
field_2261
LOGGER
private static final String
c
FONTS_PATH
field_32226
FONTS_JSON
public static final ResourceLocation
a
MISSING_FONT
field_24254
MISSING_STORAGE_ID
private static final FileToIdConverter
d
FONT_DEFINITIONS
field_40409
FINDER
private static final com.google.gson.Gson
e
GSON
field_44757
GSON
private final FontSet
f
missingFontSet
field_24255
missingStorage
private final List<GlyphProvider>
g
providersToClose
field_44758
fonts
private final Map<ResourceLocation, FontSet>
h
fontSets
field_2259
fontStorages
private final TextureManager
i
textureManager
field_2260
textureManager
private volatile FontSet
j
lastFontSetCache
field_49111
currentStorage

Constructor summary

ModifierConstructor
public (TextureManager manager)

Method summary

Modifier and TypeMethod
private static GlyphProvider$Conditional
d()
createFallbackProvider()
method_57027()
createEmptyFont()
public CompletableFuture<Void>
a(avp$a arg0, avv arg1, Executor arg2, Executor arg3)
reload(PreparableReloadListener$PreparationBarrier arg0, ResourceManager arg1, Executor arg2, Executor arg3)
method_25931(class_3302$class_4045 arg0, class_3300 arg1, Executor arg2, Executor arg3)
reload(ResourceReloader$Synchronizer arg0, ResourceManager arg1, Executor arg2, Executor arg3)
private CompletableFuture<FontManager$Preparation>
a(avv arg0, Executor arg1)
prepare(ResourceManager arg0, Executor arg1)
method_51608(class_3300 arg0, Executor arg1)
loadIndex(ResourceManager resourceManager, Executor executor)
private CompletableFuture<Optional<GlyphProvider>>
a(fqw$a arg0, frj$b arg1, avv arg2, Executor arg3)
safeLoad(FontManager$BuilderId arg0, GlyphProviderDefinition$Loader arg1, ResourceManager arg2, Executor arg3)
method_51613(class_378$class_8534 arg0, class_389$class_8539 arg1, class_3300 arg2, Executor arg3)
load(FontManager$FontKey key, FontLoader$Loadable loadable, ResourceManager resourceManager, Executor executor)
private Map<ResourceLocation, List<GlyphProvider$Conditional>>
a(List<fqw$e> arg0)
resolveProviders(List<FontManager$UnresolvedBuilderBundle> arg0)
method_51617(List<class_378$class_8537> arg0)
getRequiredFontProviders(List<FontManager$FontEntry> entries)
private void
a(List<fer$a> arg0, fer$a arg1)
finalizeProviderLoading(List<GlyphProvider$Conditional> arg0, GlyphProvider$Conditional arg1)
method_51620(List<class_390$class_9241> arg0, class_390$class_9241 arg1)
insertFont(List<Font$FontFilterPair> fonts, Font$FontFilterPair font)
private static Set<FontOption>
b(fmk arg0)
getFontOptions(Options arg0)
method_57026(class_315 arg0)
getActiveFilters(GameOptions options)
private void
a(fqw$d arg0, bpt arg1)
apply(FontManager$Preparation arg0, ProfilerFiller arg1)
method_51614(class_378$class_8536 arg0, class_3695 arg1)
reload(FontManager$ProviderIndex index, Profiler profiler)
public void
a(fmk arg0)
updateOptions(Options arg0)
method_57024(class_315 arg0)
setActiveFilters(GameOptions options)
private static List<com.mojang.datafixers.util.Pair<FontManager$BuilderId, GlyphProviderDefinition$Conditional>>
a(List<avt> arg0, alz arg1)
loadResourceStack(List<Resource> arg0, ResourceLocation arg1)
method_51619(List<class_3298> arg0, class_2960 arg1)
loadFontProviders(List<Resource> fontResources, Identifier id)
public Font
a()
createFont()
method_27539()
createTextRenderer()
public Font
b()
createFontFilterFishy()
method_45078()
createAdvanceValidatingTextRenderer()
private FontSet
a(alz arg0)
getFontSetRaw(ResourceLocation arg0)
method_57023(class_2960 arg0)
getStorageInternal(Identifier id)
private FontSet
b(alz arg0)
getFontSetCached(ResourceLocation arg0)
method_57025(class_2960 arg0)
getStorage(Identifier id)
public void
close()
close()