Uses of Interface
net.minecraft.util.BitStorage
Packages that use BitStorage
Package
Description
-
Uses of BitStorage in net.minecraft.util
Classes in net.minecraft.util that implement BitStorageMethods in net.minecraft.util that return BitStorage -
Uses of BitStorage in net.minecraft.world.level.chunk
Fields in net.minecraft.world.level.chunk declared as BitStorageModifier and TypeFieldDescriptionprivate final BitStorage
PalettedContainer.Data.storage
The field for thestorage
record component.Methods in net.minecraft.world.level.chunk that return BitStorageModifier and TypeMethodDescriptionPalettedContainer.Data.storage()
Returns the value of thestorage
record component.Methods in net.minecraft.world.level.chunk with parameters of type BitStorageModifier and TypeMethodDescriptionvoid
PalettedContainer.Data.copyFrom
(Palette<T> pPalette, BitStorage pBitStorage) Constructors in net.minecraft.world.level.chunk with parameters of type BitStorageModifierConstructorDescription(package private)
Data
(PalettedContainer.Configuration<T> configuration, BitStorage storage, Palette<T> palette) Creates an instance of aData
record class.PalettedContainer
(IdMap<T> pRegistry, PalettedContainer.Strategy pStrategy, PalettedContainer.Configuration<T> pConfiguration, BitStorage pStorage, List<T> pValues) -
Uses of BitStorage in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen declared as BitStorage -
Uses of BitStorage in net.minecraft.world.level.lighting
Fields in net.minecraft.world.level.lighting declared as BitStorage