Uses of Interface
net.minecraft.util.collection.PaletteStorage
Packages that use PaletteStorage
Package
Description
-
Uses of PaletteStorage in net.minecraft.util.collection
Classes in net.minecraft.util.collection that implement PaletteStorageModifier and TypeClassDescriptionclassAn empty palette storage has a size, but all its elements are 0.classMethods 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 PaletteStoragePalettedContainer.Data.storageThe field for thestoragerecord component.Methods in net.minecraft.world.chunk that return PaletteStorageModifier and TypeMethodDescriptionPalettedContainer.Data.storage()Returns the value of thestoragerecord component.Methods in net.minecraft.world.chunk with parameters of type PaletteStorageModifier and TypeMethodDescriptionvoidPalettedContainer.Data.importFrom(Palette<T> palette, PaletteStorage storage) Imports the data from the otherstoragewith the otherpalette.private static <T> int[]PalettedContainer.repack(PaletteStorage storage, Palette<T> oldPalette, Palette<T> newPalette) Constructors in net.minecraft.world.chunk with parameters of type PaletteStorageModifierConstructorDescription(package private)Data(PaletteType configuration, PaletteStorage storage, Palette<T> palette) Creates an instance of aDatarecord class.privatePalettedContainer(PaletteProvider<T> paletteProvider, PaletteType type, PaletteStorage storage, Palette<T> palette) -
Uses of PaletteStorage in net.minecraft.world.chunk.light
Fields in net.minecraft.world.chunk.light declared as PaletteStorage