Uses of Interface
net.minecraft.world.level.chunk.Palette
Packages that use Palette
-
Uses of Palette in net.minecraft.world.level.chunk
Classes 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 pBits, IdMap<A> pRegistry, PaletteResize<A> pResizeHandler, List<A> pValues) static <A> Palette<A> HashMapPalette.create(int pBits, IdMap<A> pRegistry, PaletteResize<A> pResizeHandler, List<A> pValues) static <A> Palette<A> LinearPalette.create(int pBits, IdMap<A> pRegistry, PaletteResize<A> pResizeHandler, List<A> pValues) <A> Palette<A> Palette.Factory.create(int pBits, IdMap<A> pRegistry, PaletteResize<A> pResizeHandler, List<A> pValues) static <A> Palette<A> SingleValuePalette.create(int pBits, IdMap<A> pRegistry, PaletteResize<A> pResizeHandler, List<A> pValue) 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> pPalette, BitStorage pBitStorage) 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.