Uses of Record Class
net.minecraft.client.resource.metadata.TextureResourceMetadata
Packages that use TextureResourceMetadata
-
Uses of TextureResourceMetadata in net.minecraft.client.resource.metadata
Fields in net.minecraft.client.resource.metadata with type parameters of type TextureResourceMetadataModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<TextureResourceMetadata> TextureResourceMetadata.CODEC
static final ResourceMetadataSerializer
<TextureResourceMetadata> TextureResourceMetadata.SERIALIZER
-
Uses of TextureResourceMetadata in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as TextureResourceMetadataModifier and TypeFieldDescriptionprivate final @Nullable TextureResourceMetadata
TextureContents.metadata
The field for themetadata
record component.Methods in net.minecraft.client.texture that return TextureResourceMetadataModifier and TypeMethodDescriptionTextureContents.metadata()
Returns the value of themetadata
record component.Constructors in net.minecraft.client.texture with parameters of type TextureResourceMetadataModifierConstructorDescriptionTextureContents
(NativeImage nativeImage, @Nullable TextureResourceMetadata textureResourceMetadata)