Uses of Enum Class
net.minecraft.client.TextureFilteringMethod
Packages that use TextureFilteringMethod
-
Uses of TextureFilteringMethod in net.minecraft.client
Subclasses with type arguments of type TextureFilteringMethod in net.minecraft.clientFields in net.minecraft.client with type parameters of type TextureFilteringMethodModifier and TypeFieldDescriptionprivate static final IntFunction<TextureFilteringMethod> TextureFilteringMethod.BY_IDstatic final com.mojang.serialization.Codec<TextureFilteringMethod> TextureFilteringMethod.LEGACY_CODECprivate final OptionInstance<TextureFilteringMethod> Options.textureFilteringMethods in net.minecraft.client that return TextureFilteringMethodModifier and TypeMethodDescriptionstatic TextureFilteringMethodReturns the enum constant of this class with the specified name.static TextureFilteringMethod[]TextureFilteringMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client that return types with arguments of type TextureFilteringMethod -
Uses of TextureFilteringMethod in net.minecraft.client.gui.screens.options
Fields in net.minecraft.client.gui.screens.options declared as TextureFilteringMethodModifier and TypeFieldDescriptionprivate final TextureFilteringMethodVideoSettingsScreen.oldTextureFiltering