Uses of Record Class
net.minecraft.client.resources.metadata.texture.PaletteMetadataSection
Packages that use PaletteMetadataSection
Package
Description
-
Uses of PaletteMetadataSection in net.minecraft.client.resources.metadata.texture
Fields in net.minecraft.client.resources.metadata.texture with type parameters of type PaletteMetadataSectionModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<PaletteMetadataSection> PaletteMetadataSection.CODECstatic final MetadataSectionType<PaletteMetadataSection> PaletteMetadataSection.TYPE -
Uses of PaletteMetadataSection in net.minecraft.client.resources.palette
Fields in net.minecraft.client.resources.palette declared as PaletteMetadataSectionModifier and TypeFieldDescriptionprivate final @Nullable PaletteMetadataSectionPalettedTextureManager.BaseTexture.paletteMetadataThe field for thepaletteMetadatarecord component.Methods in net.minecraft.client.resources.palette that return PaletteMetadataSectionModifier and TypeMethodDescriptionPalettedTextureManager.BaseTexture.paletteMetadata()Returns the value of thepaletteMetadatarecord component.Constructors in net.minecraft.client.resources.palette with parameters of type PaletteMetadataSectionModifierConstructorDescriptionprivateBaseTexture(NativeImage image, @Nullable PaletteMetadataSection paletteMetadata) Creates an instance of aBaseTexturerecord class.