Uses of Record Class
net.minecraft.client.resources.palette.PaletteMapping
Packages that use PaletteMapping
Package
Description
-
Uses of PaletteMapping in net.minecraft.client.renderer.texture.atlas.sources
Fields in net.minecraft.client.renderer.texture.atlas.sources with type parameters of type PaletteMappingModifier and TypeFieldDescriptionprivate final Supplier<PaletteMapping> PalettedPermutations.PalettedSpriteSupplier.paletteThe field for thepaletterecord component.Methods in net.minecraft.client.renderer.texture.atlas.sources that return types with arguments of type PaletteMappingModifier and TypeMethodDescriptionPalettedPermutations.PalettedSpriteSupplier.palette()Returns the value of thepaletterecord component.Constructor parameters in net.minecraft.client.renderer.texture.atlas.sources with type arguments of type PaletteMappingModifierConstructorDescriptionPalettedSpriteSupplier(LazyLoadedImage baseImage, Supplier<PaletteMapping> palette, Identifier permutationLocation) Creates an instance of aPalettedSpriteSupplierrecord class. -
Uses of PaletteMapping in net.minecraft.client.resources.palette
Fields in net.minecraft.client.resources.palette declared as PaletteMappingFields in net.minecraft.client.resources.palette with type parameters of type PaletteMappingModifier and TypeFieldDescriptionprivate final LoadingCache<PaletteMappingCache.IdPair, PaletteMapping> PaletteMappingCache.cacheprivate BiFunction<Identifier, Identifier, PaletteMapping> PalettedTextureManager.paletteMappingsMethods in net.minecraft.client.resources.palette that return PaletteMappingModifier and TypeMethodDescriptionstatic PaletteMappingPaletteMappingCache.get(Identifier baseId, Identifier targetId)