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.CODECstatic 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 TextureResourceMetadataTextureContents.metadataThe field for themetadatarecord component.Methods in net.minecraft.client.texture that return TextureResourceMetadataModifier and TypeMethodDescriptionTextureContents.metadata()Returns the value of themetadatarecord component.Constructors in net.minecraft.client.texture with parameters of type TextureResourceMetadataModifierConstructorDescriptionTextureContents(NativeImage nativeImage, @Nullable TextureResourceMetadata textureResourceMetadata)