Uses of Enum Class
com.mojang.blaze3d.textures.FilterMode
Packages that use FilterMode
-
Uses of FilterMode in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type FilterModeModifier and TypeMethodDescriptionGpuDevice.createSampler(AddressMode addressModeU, AddressMode addressModeV, FilterMode minFilterMode, FilterMode magFilterMode, int maxAnisotropy, OptionalDouble optionalDouble) -
Uses of FilterMode in com.mojang.blaze3d.textures
Methods in com.mojang.blaze3d.textures that return FilterModeModifier and TypeMethodDescriptionstatic FilterModeReturns the enum constant of this class with the specified name.static FilterMode[]FilterMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FilterMode in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as FilterModeModifier and TypeFieldDescriptionprivate final FilterModeGlSampler.magFilterModeprivate final FilterModeGlSampler.minFilterModeMethods in net.minecraft.client.gl that return FilterModeModifier and TypeMethodDescriptionGlSampler.getMagFilterMode()abstract FilterModeGpuSampler.getMagFilterMode()GlSampler.getMinFilterMode()abstract FilterModeGpuSampler.getMinFilterMode()Methods in net.minecraft.client.gl with parameters of type FilterModeModifier and TypeMethodDescriptionGlBackend.createSampler(AddressMode addressModeU, AddressMode addressModeV, FilterMode minFilterMode, FilterMode magFilterMode, int maxAnisotropy, OptionalDouble optionalDouble) SamplerCache.get(AddressMode addressModeU, AddressMode addressModeV, FilterMode minFilterMode, FilterMode magFilterMode, boolean bool) SamplerCache.get(FilterMode filterMode) SamplerCache.getRepeated(FilterMode filterMode) SamplerCache.method_76520(FilterMode filterMode, boolean bool) SamplerCache.method_76521(FilterMode filterMode, boolean bool) (package private) static intSamplerCache.toIndex(AddressMode addressModeU, AddressMode addressModeV, FilterMode minFilterMode, FilterMode magFilterMode, boolean bool) Constructors in net.minecraft.client.gl with parameters of type FilterModeModifierConstructorDescriptionGlSampler(AddressMode addressModeU, AddressMode addressModeV, FilterMode minFilterMode, FilterMode magFilterMode, int maxAnisotropy, OptionalDouble optionalDouble)