Package-level declarations
Contains compound key creation and access to persistent compounds
Types
This class provides a PersistentCompound. Providers are classes like net.minecraft.world.level.chunk.ChunkAccess, net.minecraft.world.entity.Entity and more.
A PersistentCompound which does nothing. Needed for empty holders such as net.minecraft.world.chunk.EmptyChunk for example.
Holds data which can be accessed fast because it is stored in memory. Additionally, the data will be stored persistently to the disk, if the game decides to do so.
Properties
Returns a persistent PersistentCompound.
Functions
Creates a CompoundKey which can be used to read and write data to a PersistentCompound in a typesafe way.
Creates a CompoundKey which can be used to read and write data to a PersistentCompound in a typesafe way.
Creates a CompoundKey which can be used to read and write data to a PersistentCompound in a typesafe way.