Uses of Interface
net.minecraft.client.gui.font.providers.GlyphProviderBuilder
Packages that use GlyphProviderBuilder
-
Uses of GlyphProviderBuilder in net.minecraft.client.gui.font.providers
Classes in net.minecraft.client.gui.font.providers that implement GlyphProviderBuilderModifier and TypeClassDescriptionstatic class
static class
class
Fields in net.minecraft.client.gui.font.providers with type parameters of type GlyphProviderBuilderModifier and TypeFieldDescriptionprivate Function<com.google.gson.JsonObject,GlyphProviderBuilder>
GlyphProviderBuilderType.factory
Methods in net.minecraft.client.gui.font.providers that return GlyphProviderBuilderModifier and TypeMethodDescriptionGlyphProviderBuilderType.create(com.google.gson.JsonObject p_95414_)
static GlyphProviderBuilder
LegacyUnicodeBitmapsProvider.Builder.fromJson(com.google.gson.JsonObject p_95453_)
static GlyphProviderBuilder
TrueTypeGlyphProviderBuilder.fromJson(com.google.gson.JsonObject p_95500_)
Constructor parameters in net.minecraft.client.gui.font.providers with type arguments of type GlyphProviderBuilderModifierConstructorDescriptionprivate
GlyphProviderBuilderType(String p_95411_, Function<com.google.gson.JsonObject,GlyphProviderBuilder> p_95412_)