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 TypeMethodDescriptionvoidGlTexture.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 TypeMethodDescriptionvoidRenderTarget.setFilterMode(FilterMode filterMode) private voidRenderTarget.setFilterMode(FilterMode filterMode, boolean force) -
Uses of FilterMode in com.mojang.blaze3d.textures
Fields in com.mojang.blaze3d.textures declared as FilterModeModifier and TypeFieldDescriptionprotected FilterModeGpuTexture.magFilterprotected FilterModeGpuTexture.minFilterMethods 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.Methods in com.mojang.blaze3d.textures with parameters of type FilterModeModifier and TypeMethodDescriptionvoidGpuTexture.setTextureFilter(FilterMode filter, boolean useMipmaps) voidGpuTexture.setTextureFilter(FilterMode minFilter, FilterMode magFilter, boolean useMipmaps)