Uses of Record Class
net.minecraft.client.resource.metadata.TextureResourceMetadata
Packages that use TextureResourceMetadata
Package
Description
The base package for all Minecraft classes.
-
Uses of TextureResourceMetadata in net.minecraft
Fields in net.minecraft declared as TextureResourceMetadataModifier and TypeFieldDescriptionprivate final @Nullable TextureResourceMetadataclass_10539.metadataThe field for themetadatarecord component.Methods in net.minecraft that return TextureResourceMetadataModifier and TypeMethodDescriptionclass_10539.metadata()Returns the value of themetadatarecord component.Constructors in net.minecraft with parameters of type TextureResourceMetadataModifierConstructorDescriptionclass_10539(NativeImage nativeImage, @Nullable TextureResourceMetadata 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.field_55541static final ResourceMetadataSerializer<TextureResourceMetadata> TextureResourceMetadata.field_55542