Uses of Class
net.minecraft.world.storage.ChunkPosKeyedStorage
-
Uses of ChunkPosKeyedStorage in net.minecraft.world.storage
Modifier and TypeFieldDescriptionprivate final ChunkPosKeyedStorage
EntityChunkDataAccess.storage
private final ChunkPosKeyedStorage
SerializingRegionBasedStorage.storageAccess
ModifierConstructorDescriptionEntityChunkDataAccess
(ChunkPosKeyedStorage storage, ServerWorld world, Executor executor) SerializingRegionBasedStorage
(ChunkPosKeyedStorage storageAccess, Function<Runnable, com.mojang.serialization.Codec<R>> codecFactory, Function<Runnable, R> factory, DynamicRegistryManager registryManager, HeightLimitView world) -
Uses of ChunkPosKeyedStorage in net.minecraft.world.updater
Modifier and TypeMethodDescriptionprotected ChunkPosKeyedStorage
WorldUpdater.ChunkPosKeyedStorageUpdate.openStorage
(StorageKey storageKey, Path path) Modifier and TypeMethodDescriptionprotected boolean
WorldUpdater.ChunkPosKeyedStorageUpdate.update
(ChunkPosKeyedStorage chunkPosKeyedStorage, ChunkPos chunkPos, RegistryKey<World> registryKey) protected abstract NbtCompound
WorldUpdater.ChunkPosKeyedStorageUpdate.updateNbt
(ChunkPosKeyedStorage storage, NbtCompound nbt) protected NbtCompound
WorldUpdater.EntitiesUpdate.updateNbt
(ChunkPosKeyedStorage storage, NbtCompound nbt) protected NbtCompound
WorldUpdater.PoiUpdate.updateNbt
(ChunkPosKeyedStorage storage, NbtCompound nbt)