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 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) -
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 TypeMethodDescriptionvoidFramebuffer.setFilter(FilterMode filter) private voidFramebuffer.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 TypeMethodDescriptionvoidGlTexture.setTextureFilter(FilterMode minFilter, FilterMode magFilter, boolean useMipmaps)