Uses of Interface
net.minecraft.world.level.chunk.Palette
Packages that use Palette
- 
Uses of Palette in net.minecraft.world.level.chunkClasses in net.minecraft.world.level.chunk that implement PaletteModifier and TypeClassDescriptionclassclassclassclassFields in net.minecraft.world.level.chunk declared as PaletteModifier and TypeFieldDescriptionPalettedContainer.Data.paletteThe field for thepaletterecord component.Methods in net.minecraft.world.level.chunk that return PaletteModifier and TypeMethodDescriptionGlobalPalette.copy()HashMapPalette.copy()LinearPalette.copy()Palette.copy()SingleValuePalette.copy()static <A> Palette<A> GlobalPalette.create(int p_187899_, IdMap<A> p_187900_, PaletteResize<A> p_187901_, List<A> p_187902_) static <A> Palette<A> HashMapPalette.create(int p_187913_, IdMap<A> p_187914_, PaletteResize<A> p_187915_, List<A> p_187916_) static <A> Palette<A> LinearPalette.create(int p_188020_, IdMap<A> p_188021_, PaletteResize<A> p_188022_, List<A> p_188023_) <A> Palette<A> Palette.Factory.create(int p_188027_, IdMap<A> p_188028_, PaletteResize<A> p_188029_, List<A> p_188030_) static <A> Palette<A> SingleValuePalette.create(int p_188214_, IdMap<A> p_188215_, PaletteResize<A> p_188216_, List<A> p_188217_) PalettedContainer.Data.palette()Returns the value of thepaletterecord component.Methods in net.minecraft.world.level.chunk with parameters of type PaletteModifier and TypeMethodDescriptionvoidPalettedContainer.Data.copyFrom(Palette<T> p_188112_, BitStorage p_188113_) Constructors in net.minecraft.world.level.chunk with parameters of type PaletteModifierConstructorDescription(package private)Data(PalettedContainer.Configuration<T> configuration, BitStorage storage, Palette<T> palette) Creates an instance of aDatarecord class.