Uses of Interface
net.minecraft.util.collection.PaletteStorage
Package
Description
-
Uses of PaletteStorage in net.minecraft.util.collection
Modifier and TypeClassDescriptionclass
An empty palette storage has a size, but all its elements are 0.class
-
Uses of PaletteStorage in net.minecraft.world
-
Uses of PaletteStorage in net.minecraft.world.chunk
Modifier and TypeFieldDescriptionprivate final PaletteStorage
PalettedContainer.Data.storage
The field for thestorage
record component.Modifier and TypeMethodDescriptionPalettedContainer.Data.storage()
Returns the value of thestorage
record component.Modifier and TypeMethodDescriptionvoid
PalettedContainer.Data.importFrom
(Palette<T> palette, PaletteStorage storage) Imports the data from the otherstorage
with the otherpalette
.ModifierConstructorDescription(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) -
Uses of PaletteStorage in net.minecraft.world.chunk.light