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.class_9897<T> SerializingRegionBasedStorage.class_9897.method_61791(com.mojang.serialization.Codec<T> codec, com.mojang.serialization.DynamicOps<NbtElement> dynamicOps, NbtElement nbtElement, ChunkPosKeyedStorage chunkPosKeyedStorage, HeightLimitView heightLimitView) Constructors in net.minecraft.world.storage with parameters of type ChunkPosKeyedStorageModifierConstructorDescriptionEntityChunkDataAccess(ChunkPosKeyedStorage storage, ServerWorld world, Executor executor) SerializingRegionBasedStorage(ChunkPosKeyedStorage chunkPosKeyedStorage, com.mojang.serialization.Codec<P> codec, Function<R, P> factory, BiFunction<P, Runnable, R> biFunction, Function<Runnable, R> function, DynamicRegistryManager dynamicRegistryManager, ChunkErrorHandler chunkErrorHandler, HeightLimitView heightLimitView) -
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)