Uses of Interface
net.minecraft.util.collection.PaletteStorage
Packages that use PaletteStorage
-
Uses of PaletteStorage in net.minecraft.util.collection
Classes in net.minecraft.util.collection that implement PaletteStorageModifier and TypeClassDescriptionclass
An empty palette storage has a size, but all its elements are 0.class
Methods in net.minecraft.util.collection that return PaletteStorage -
Uses of PaletteStorage in net.minecraft.world
Fields in net.minecraft.world declared as PaletteStorage -
Uses of PaletteStorage in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk declared as PaletteStorageModifier and TypeFieldDescriptionprivate final PaletteStorage
PalettedContainer.Data.storage
The field for thestorage
record component.Methods in net.minecraft.world.chunk that return PaletteStorageModifier and TypeMethodDescriptionPalettedContainer.Data.storage()
Returns the value of thestorage
record component.Methods in net.minecraft.world.chunk with parameters of type PaletteStorageModifier and TypeMethodDescriptionvoid
PalettedContainer.Data.importFrom
(Palette<T> palette, PaletteStorage storage) Imports the data from the otherstorage
with the otherpalette
.Constructors in net.minecraft.world.chunk with parameters of type PaletteStorageModifierConstructorDescription(package private)
Data
(PalettedContainer.DataProvider<T> configuration, PaletteStorage storage, Palette<T> palette) Creates an instance of aData
record class.PalettedContainer
(IndexedIterable<T> idList, PalettedContainer.PaletteProvider paletteProvider, PalettedContainer.DataProvider<T> dataProvider, PaletteStorage storage, List<T> paletteEntries)