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.activeFiltersstatic final com.mojang.serialization.Codec<FontFilterType> FontFilterType.CODECMethods in net.minecraft.client.font that return FontFilterTypeModifier and TypeMethodDescriptionstatic FontFilterTypeReturns 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) private FontStorageFontManager.createFontStorage(Identifier fontId, List<Font.FontFilterPair> allFonts, Set<FontFilterType> filters) booleanFontFilterType.FilterMap.isAllowed(Set<FontFilterType> activeFilters) voidFontStorage.setActiveFilters(Set<FontFilterType> activeFilters) voidFontStorage.setFonts(List<Font.FontFilterPair> allFonts, Set<FontFilterType> activeFilters) Constructor parameters in net.minecraft.client.font with type arguments of type FontFilterType