Uses of Interface
net.minecraft.client.gui.font.providers.GlyphProviderDefinition
Packages that use GlyphProviderDefinition
Package
Description
-
Uses of GlyphProviderDefinition in com.mojang.blaze3d.font
Classes in com.mojang.blaze3d.font that implement GlyphProviderDefinition -
Uses of GlyphProviderDefinition in net.minecraft.client.gui.font
Fields in net.minecraft.client.gui.font with type parameters of type GlyphProviderDefinitionModifier and TypeFieldDescriptionprivate final List<GlyphProviderDefinition>
FontManager.FontDefinitionFile.providers
The field for theproviders
record component.Methods in net.minecraft.client.gui.font that return types with arguments of type GlyphProviderDefinitionModifier and TypeMethodDescriptionprivate static List<com.mojang.datafixers.util.Pair<FontManager.BuilderId,
GlyphProviderDefinition>> FontManager.loadResourceStack
(List<Resource> p_284976_, ResourceLocation p_285272_) FontManager.FontDefinitionFile.providers()
Returns the value of theproviders
record component.Constructor parameters in net.minecraft.client.gui.font with type arguments of type GlyphProviderDefinitionModifierConstructorDescription(package private)
FontDefinitionFile
(List<GlyphProviderDefinition> providers) Creates an instance of aFontDefinitionFile
record class. -
Uses of GlyphProviderDefinition in net.minecraft.client.gui.font.providers
Classes in net.minecraft.client.gui.font.providers that implement GlyphProviderDefinitionModifier and TypeClassDescriptionstatic final record
final record
final record
static class
Fields in net.minecraft.client.gui.font.providers with type parameters of type GlyphProviderDefinitionModifier and TypeFieldDescriptionprivate final com.mojang.serialization.MapCodec<? extends GlyphProviderDefinition>
GlyphProviderType.codec
static final com.mojang.serialization.Codec<GlyphProviderDefinition>
GlyphProviderDefinition.CODEC
Methods in net.minecraft.client.gui.font.providers that return types with arguments of type GlyphProviderDefinitionModifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec<? extends GlyphProviderDefinition>
GlyphProviderType.mapCodec()
Constructor parameters in net.minecraft.client.gui.font.providers with type arguments of type GlyphProviderDefinitionModifierConstructorDescriptionprivate
GlyphProviderType
(String p_286573_, com.mojang.serialization.MapCodec<? extends GlyphProviderDefinition> p_286248_)