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
Fields 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 texture, NativeImage[] mipLevels, int mipLevel, MipmapStrategy strategy, float alphaCutoffBias) -
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.