Uses of Record Class
net.minecraft.client.resources.metadata.texture.TextureMetadataSection
Packages that use TextureMetadataSection
Package
Description
-
Uses of TextureMetadataSection in net.minecraft.client.renderer.texture
Fields in net.minecraft.client.renderer.texture declared as TextureMetadataSectionModifier and TypeFieldDescriptionprivate final @Nullable TextureMetadataSectionTextureContents.metadataThe field for themetadatarecord component.Methods in net.minecraft.client.renderer.texture that return TextureMetadataSectionModifier and TypeMethodDescription@Nullable TextureMetadataSectionTextureContents.metadata()Returns the value of themetadatarecord component.Constructors in net.minecraft.client.renderer.texture with parameters of type TextureMetadataSectionModifierConstructorDescriptionTextureContents(NativeImage image, @Nullable TextureMetadataSection metadata) Creates an instance of aTextureContentsrecord class. -
Uses of TextureMetadataSection in net.minecraft.client.resources.metadata.texture
Fields in net.minecraft.client.resources.metadata.texture with type parameters of type TextureMetadataSectionModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<TextureMetadataSection> TextureMetadataSection.CODECstatic final MetadataSectionType<TextureMetadataSection> TextureMetadataSection.TYPE