Uses of Enum Class
net.minecraft.client.font.FontFilterType
Packages that use FontFilterType
-
Uses of FontFilterType in net.minecraft.client.font
Fields in net.minecraft.client.font with type parameters of type FontFilterTypeModifier and TypeFieldDescriptionprivate final Map
<FontFilterType, Boolean> FontFilterType.FilterMap.activeFilters
static final com.mojang.serialization.Codec
<FontFilterType> FontFilterType.CODEC
Methods in net.minecraft.client.font that return FontFilterTypeModifier and TypeMethodDescriptionstatic FontFilterType
Returns the enum constant of this class with the specified name.static FontFilterType[]
FontFilterType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.font that return types with arguments of type FontFilterTypeModifier and TypeMethodDescriptionprivate static Set
<FontFilterType> FontManager.getActiveFilters
(GameOptions options) Method parameters in net.minecraft.client.font with type arguments of type FontFilterTypeModifier and TypeMethodDescriptionFontStorage.applyFilters
(List<Font.FontFilterPair> allFonts, Set<FontFilterType> activeFilters) boolean
FontFilterType.FilterMap.isAllowed
(Set<FontFilterType> activeFilters) void
FontStorage.setActiveFilters
(Set<FontFilterType> activeFilters) void
FontStorage.setFonts
(List<Font.FontFilterPair> allFonts, Set<FontFilterType> activeFilters) Constructor parameters in net.minecraft.client.font with type arguments of type FontFilterType