Uses of Enum Class
com.mojang.blaze3d.textures.FilterMode
Packages that use FilterMode
Package
Description
-
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 filter, boolean useMipmaps) void
GpuTexture.setTextureFilter
(FilterMode minFilter, FilterMode magFilter, boolean useMipmaps) -
Uses of FilterMode in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as FilterModeMethods in net.minecraft.client.gl with parameters of type FilterModeModifier and TypeMethodDescriptionvoid
Framebuffer.setFilter
(FilterMode filter) private void
Framebuffer.setFilter
(FilterMode filter, boolean force) -
Uses of FilterMode in net.minecraft.client.texture
Methods in net.minecraft.client.texture with parameters of type FilterModeModifier and TypeMethodDescriptionvoid
GlTexture.setTextureFilter
(FilterMode minFilter, FilterMode magFilter, boolean useMipmaps)