Uses of Enum Class
com.mojang.blaze3d.textures.FilterMode
Packages that use FilterMode
Package
Description
-
Uses of FilterMode in com.mojang.blaze3d.opengl
Methods in com.mojang.blaze3d.opengl with parameters of type FilterModeModifier and TypeMethodDescriptionvoid
GlTexture.setTextureFilter
(FilterMode pMinFilter, FilterMode pMagFilter, boolean pUseMipmaps) -
Uses of FilterMode in com.mojang.blaze3d.pipeline
Fields in com.mojang.blaze3d.pipeline declared as FilterModeMethods in com.mojang.blaze3d.pipeline with parameters of type FilterModeModifier and TypeMethodDescriptionvoid
RenderTarget.setFilterMode
(FilterMode pFilterMode) private void
RenderTarget.setFilterMode
(FilterMode pFilterMode, boolean pForce) -
Uses of FilterMode in com.mojang.blaze3d.textures
Fields in com.mojang.blaze3d.textures declared as FilterModeModifier and TypeFieldDescriptionprotected FilterMode
GpuTexture.magFilter
protected FilterMode
GpuTexture.minFilter
Methods in com.mojang.blaze3d.textures that return FilterModeModifier and TypeMethodDescriptionstatic FilterMode
Returns 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.Methods in com.mojang.blaze3d.textures with parameters of type FilterModeModifier and TypeMethodDescriptionvoid
GpuTexture.setTextureFilter
(FilterMode pFilter, boolean pUseMipmaps) void
GpuTexture.setTextureFilter
(FilterMode pMinFilter, FilterMode pMagFilter, boolean pUseMipmaps) -
Uses of FilterMode in net.neoforged.neoforge.client.blaze3d.validation
Methods in net.neoforged.neoforge.client.blaze3d.validation with parameters of type FilterModeModifier and TypeMethodDescriptionvoid
ValidationGpuTexture.setTextureFilter
(FilterMode minFilter, FilterMode magFilter, boolean useMipmaps)