Uses of Enum Class
net.minecraft.class_12253
Packages that use class_12253
Package
Description
The base package for all Minecraft classes.
-
Uses of class_12253 in net.minecraft
Fields in net.minecraft with type parameters of type class_12253Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_12253> class_12253.CODECMethods in net.minecraft that return class_12253Modifier and TypeMethodDescriptionstatic class_12253Returns the enum constant of this class with the specified name.static class_12253[]class_12253.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of class_12253 in net.minecraft.client.resource.metadata
Fields in net.minecraft.client.resource.metadata declared as class_12253Modifier and TypeFieldDescriptionprivate final class_12253TextureResourceMetadata.mipmapStrategyThe field for themipmapStrategyrecord component.Methods in net.minecraft.client.resource.metadata that return class_12253Modifier and TypeMethodDescriptionTextureResourceMetadata.mipmapStrategy()Returns the value of themipmapStrategyrecord component.Constructors in net.minecraft.client.resource.metadata with parameters of type class_12253ModifierConstructorDescriptionTextureResourceMetadata(boolean blur, boolean clamp, class_12253 mipmapStrategy) Creates an instance of aTextureResourceMetadatarecord class. -
Uses of class_12253 in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as class_12253Methods in net.minecraft.client.texture with parameters of type class_12253Modifier and TypeMethodDescriptionprivate static intMipmapHelper.blend(int int2, int int3, NativeImage nativeImage, int int4, class_12253 class_12253) static NativeImage[]MipmapHelper.getMipmapLevelsImages(NativeImage[] originals, int mipmap, class_12253 class_12253) Constructors in net.minecraft.client.texture with parameters of type class_12253ModifierConstructorDescriptionSpriteContents(Identifier id, SpriteDimensions dimensions, NativeImage image, Optional<AnimationResourceMetadata> animationResourceMetadata, List<ResourceMetadataSerializer.Value<?>> additionalMetadata, class_12253 class_12253)