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 ChunkPosKeyedStorageEntityChunkDataAccess.storageprivate final ChunkPosKeyedStorageSerializingRegionBasedStorage.storageAccessMethods 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 ChunkPosKeyedStorageWorldUpdater.ChunkPosKeyedStorageUpdate.openStorage(StorageKey storageKey, Path path) Methods in net.minecraft.world.updater with parameters of type ChunkPosKeyedStorageModifier and TypeMethodDescriptionprotected booleanWorldUpdater.ChunkPosKeyedStorageUpdate.update(ChunkPosKeyedStorage chunkPosKeyedStorage, ChunkPos chunkPos, RegistryKey<World> registryKey) protected abstract NbtCompoundWorldUpdater.ChunkPosKeyedStorageUpdate.updateNbt(ChunkPosKeyedStorage storage, NbtCompound nbt) protected NbtCompoundWorldUpdater.EntitiesUpdate.updateNbt(ChunkPosKeyedStorage storage, NbtCompound nbt) protected NbtCompoundWorldUpdater.PoiUpdate.updateNbt(ChunkPosKeyedStorage storage, NbtCompound nbt)