Uses of Enum Class
net.minecraft.client.renderer.texture.MipmapStrategy
Packages that use MipmapStrategy
Package
Description
-
Uses of MipmapStrategy in net.minecraft.client.renderer.texture
Subclasses with type arguments of type MipmapStrategy in net.minecraft.client.renderer.textureFields in net.minecraft.client.renderer.texture declared as MipmapStrategyFields in net.minecraft.client.renderer.texture with type parameters of type MipmapStrategyModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<MipmapStrategy> MipmapStrategy.CODECMethods in net.minecraft.client.renderer.texture that return MipmapStrategyModifier and TypeMethodDescriptionstatic MipmapStrategyReturns the enum constant of this class with the specified name.static MipmapStrategy[]MipmapStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.renderer.texture with parameters of type MipmapStrategyModifier and TypeMethodDescriptionstatic NativeImage[]MipmapGenerator.generateMipLevels(Identifier name, NativeImage[] currentMips, int newMipLevel, MipmapStrategy mipmapStrategy, float alphaCutoffBias, Transparency transparency) -
Uses of MipmapStrategy in net.minecraft.client.resources.metadata.texture
Fields in net.minecraft.client.resources.metadata.texture declared as MipmapStrategyModifier and TypeFieldDescriptionprivate final MipmapStrategyTextureMetadataSection.mipmapStrategyThe field for themipmapStrategyrecord component.Methods in net.minecraft.client.resources.metadata.texture that return MipmapStrategyModifier and TypeMethodDescriptionTextureMetadataSection.mipmapStrategy()Returns the value of themipmapStrategyrecord component.Constructors in net.minecraft.client.resources.metadata.texture with parameters of type MipmapStrategyModifierConstructorDescriptionTextureMetadataSection(boolean blur, boolean clamp, MipmapStrategy mipmapStrategy, float alphaCutoffBias) Creates an instance of aTextureMetadataSectionrecord class.