Uses of Enum Class
net.minecraft.client.gui.font.FontOption
Packages that use FontOption
-
Uses of FontOption in net.minecraft.client.gui.font
Fields in net.minecraft.client.gui.font with type parameters of type FontOptionModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<FontOption> FontOption.CODEC
private final Map
<FontOption, Boolean> FontOption.Filter.values
Methods in net.minecraft.client.gui.font that return FontOptionModifier and TypeMethodDescriptionstatic FontOption
Returns the enum constant of this class with the specified name.static FontOption[]
FontOption.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.gui.font that return types with arguments of type FontOptionModifier and TypeMethodDescriptionprivate static Set
<FontOption> FontManager.getFontOptions
(Options pOptions) Method parameters in net.minecraft.client.gui.font with type arguments of type FontOptionModifier and TypeMethodDescriptionboolean
FontOption.Filter.apply
(Set<FontOption> pOptions) void
FontSet.reload
(List<GlyphProvider.Conditional> pAllProviders, Set<FontOption> pOptions) void
FontSet.reload
(Set<FontOption> pOptions) private List
<GlyphProvider> FontSet.selectProviders
(List<GlyphProvider.Conditional> pProviders, Set<FontOption> pOptions) Constructor parameters in net.minecraft.client.gui.font with type arguments of type FontOption