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.CODECprivate final Map<FontOption, Boolean> FontOption.Filter.valuesMethods in net.minecraft.client.gui.font that return FontOptionModifier and TypeMethodDescriptionstatic FontOptionReturns 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 options) Method parameters in net.minecraft.client.gui.font with type arguments of type FontOptionModifier and TypeMethodDescriptionbooleanFontOption.Filter.apply(Set<FontOption> options) voidFontSet.reload(List<GlyphProvider.Conditional> allProviders, Set<FontOption> options) voidFontSet.reload(Set<FontOption> options) private List<GlyphProvider> FontSet.selectProviders(List<GlyphProvider.Conditional> providers, Set<FontOption> options) Constructor parameters in net.minecraft.client.gui.font with type arguments of type FontOption