Uses of Enum Class
com.mojang.blaze3d.textures.FilterMode
Packages that use FilterMode
Package
Description
-
Uses of FilterMode in com.mojang.blaze3d.opengl
Fields in com.mojang.blaze3d.opengl declared as FilterModeModifier and TypeFieldDescriptionprivate final FilterModeGlSampler.magFilterprivate final FilterModeGlSampler.minFilterMethods in com.mojang.blaze3d.opengl that return FilterModeMethods in com.mojang.blaze3d.opengl with parameters of type FilterModeModifier and TypeMethodDescriptionGlDevice.createSampler(AddressMode p_454726_, AddressMode p_454828_, FilterMode p_455823_, FilterMode p_455774_, int p_461093_, OptionalDouble p_467026_) Constructors in com.mojang.blaze3d.opengl with parameters of type FilterModeModifierConstructorDescriptionGlSampler(AddressMode addressModeU, AddressMode addressModeV, FilterMode minFilter, FilterMode magFilter, int maxAnisotropy, OptionalDouble maxLod) -
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 minFilter, FilterMode magFilter, int maxAnisotropy, OptionalDouble maxLod) (package private) static intSamplerCache.encode(AddressMode addressModeU, AddressMode addressModeV, FilterMode minFilter, FilterMode magFilter, boolean useMipmaps) SamplerCache.getClampToEdge(FilterMode filter) SamplerCache.getClampToEdge(FilterMode filter, boolean useMipmaps) SamplerCache.getRepeat(FilterMode filter) SamplerCache.getRepeat(FilterMode filter, boolean useMipmaps) SamplerCache.getSampler(AddressMode addressModeU, AddressMode addressModeV, FilterMode minFilter, FilterMode magFilter, boolean useMipmaps) -
Uses of FilterMode in com.mojang.blaze3d.textures
Methods in com.mojang.blaze3d.textures that return FilterModeModifier and TypeMethodDescriptionabstract FilterModeGpuSampler.getMagFilter()abstract FilterModeGpuSampler.getMinFilter()static 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.neoforged.neoforge.client.blaze3d.validation
Methods in net.neoforged.neoforge.client.blaze3d.validation with parameters of type FilterModeModifier and TypeMethodDescriptionValidationGpuDevice.createSampler(AddressMode addressModeU, AddressMode addressModeV, FilterMode minFilter, FilterMode magFilter, int maxAnisotropy, OptionalDouble maxLod)