Uses of Class
net.minecraft.world.storage.ChunkPosKeyedStorage
Packages that use ChunkPosKeyedStorage
-
Uses of ChunkPosKeyedStorage in net.minecraft.world.storage
Subclasses of ChunkPosKeyedStorage in net.minecraft.world.storageFields in net.minecraft.world.storage declared as ChunkPosKeyedStorageModifier and TypeFieldDescriptionprivate final ChunkPosKeyedStorage
EntityChunkDataAccess.storage
private final ChunkPosKeyedStorage
SerializingRegionBasedStorage.storageAccess
Methods in net.minecraft.world.storage with parameters of type ChunkPosKeyedStorageModifier and TypeMethodDescriptionstatic <T> SerializingRegionBasedStorage.LoadResult
<T> SerializingRegionBasedStorage.LoadResult.fromNbt
(com.mojang.serialization.Codec<T> sectionCodec, com.mojang.serialization.DynamicOps<NbtElement> ops, NbtElement nbt, ChunkPosKeyedStorage storage, HeightLimitView world) Constructors in net.minecraft.world.storage with parameters of type ChunkPosKeyedStorageModifierConstructorDescriptionEntityChunkDataAccess
(ChunkPosKeyedStorage storage, ServerWorld world, Executor executor) SerializingRegionBasedStorage
(ChunkPosKeyedStorage storageAccess, com.mojang.serialization.Codec<P> codec, Function<R, P> serializer, BiFunction<P, Runnable, R> deserializer, Function<Runnable, R> factory, DynamicRegistryManager registryManager, ChunkErrorHandler errorHandler, HeightLimitView world) -
Uses of ChunkPosKeyedStorage in net.minecraft.world.updater
Methods in net.minecraft.world.updater that return ChunkPosKeyedStorageModifier and TypeMethodDescriptionprotected ChunkPosKeyedStorage
WorldUpdater.ChunkPosKeyedStorageUpdate.openStorage
(StorageKey storageKey, Path path) Methods in net.minecraft.world.updater with parameters of type ChunkPosKeyedStorageModifier 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)