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 p_410846_, FilterMode p_409662_, boolean p_410630_) -
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 p_404671_) private void
RenderTarget.setFilterMode
(FilterMode p_404975_, boolean p_333775_) -
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 p_405811_, boolean p_405724_) void
GpuTexture.setTextureFilter
(FilterMode p_405337_, FilterMode p_405547_, boolean p_405592_)