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 BitStoragePalettedContainer.Data.storageThe field for thestoragerecord component.Methods in net.minecraft.world.level.chunk that return BitStorageModifier and TypeMethodDescriptionPalettedContainer.Data.storage()Returns the value of thestoragerecord component.Methods in net.minecraft.world.level.chunk with parameters of type BitStorageModifier and TypeMethodDescriptionvoidPalettedContainer.Data.copyFrom(Palette<T> pPalette, BitStorage pBitStorage) private static <T> int[]PalettedContainer.reencodeContents(BitStorage pStorage, Palette<T> pOldPalette, Palette<T> pNewPalette) Constructors in net.minecraft.world.level.chunk with parameters of type BitStorageModifierConstructorDescription(package private)Data(Configuration configuration, BitStorage storage, Palette<T> palette) Creates an instance of aDatarecord class.privatePalettedContainer(Strategy<T> pStrategy, Configuration pConfiguration, BitStorage pStorage, Palette<T> pPalette) -
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