Package net.minecraft.world.updater
Class WorldUpdater.ChunkPosKeyedStorageUpdate
java.lang.Object
net.minecraft.world.updater.WorldUpdater.Update
net.minecraft.world.updater.WorldUpdater.ChunkPosKeyedStorageUpdate
- Direct Known Subclasses:
WorldUpdater.EntitiesUpdate,WorldUpdater.PoiUpdate
- Enclosing class:
WorldUpdater
- Mappings:
Namespace Name named net/minecraft/world/updater/WorldUpdater$ChunkPosKeyedStorageUpdateintermediary net/minecraft/class_1257$class_9167official cco$g
-
Field Summary
Fields inherited from class net.minecraft.world.updater.WorldUpdater.Update
dataFixTypes, pendingUpdateFuture -
Constructor Summary
ConstructorsConstructorDescriptionChunkPosKeyedStorageUpdate(DataFixTypes dataFixTypes, String targetName, Text upgradingText, Text finishedText) -
Method Summary
Modifier and TypeMethodDescriptionprotected VersionedChunkStorageopenStorage(StorageKey storageKey, Path directory) protected booleanupdate(VersionedChunkStorage storage, ChunkPos chunkPos, RegistryKey<World> worldKey) protected abstract NbtCompoundupdateNbt(VersionedChunkStorage storage, NbtCompound nbt) Methods inherited from class net.minecraft.world.updater.WorldUpdater.Update
update
-
Constructor Details
-
ChunkPosKeyedStorageUpdate
ChunkPosKeyedStorageUpdate(DataFixTypes dataFixTypes, String targetName, Text upgradingText, Text finishedText) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/world/updater/WorldUpdater$ChunkPosKeyedStorageUpdate;<init>(Lnet/minecraft/world/updater/WorldUpdater;Lnet/minecraft/datafixer/DataFixTypes;Ljava/lang/String;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;)Vintermediary <init>Lnet/minecraft/class_1257$class_9167;<init>(Lnet/minecraft/class_1257;Lnet/minecraft/class_4284;Ljava/lang/String;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;)Vofficial <init>Lcco$g;<init>(Lcco;Lbhy;Ljava/lang/String;Lyh;Lyh;)V
-
-
Method Details
-
openStorage
- Specified by:
openStoragein classWorldUpdater.Update- Mappings:
Namespace Name Mixin selector named openStorageLnet/minecraft/world/updater/WorldUpdater$Update;openStorage(Lnet/minecraft/world/storage/StorageKey;Ljava/nio/file/Path;)Lnet/minecraft/world/storage/VersionedChunkStorage;intermediary method_56552Lnet/minecraft/class_1257$class_9161;method_56552(Lnet/minecraft/class_9240;Ljava/nio/file/Path;)Lnet/minecraft/class_3977;official aLcco$a;a(Leqs;Ljava/nio/file/Path;)Leqv;
-
update
protected boolean update(VersionedChunkStorage storage, ChunkPos chunkPos, RegistryKey<World> worldKey) - Specified by:
updatein classWorldUpdater.Update- Mappings:
Namespace Name Mixin selector named updateLnet/minecraft/world/updater/WorldUpdater$Update;update(Lnet/minecraft/world/storage/VersionedChunkStorage;Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/registry/RegistryKey;)Zintermediary method_56543Lnet/minecraft/class_1257$class_9161;method_56543(Lnet/minecraft/class_3977;Lnet/minecraft/class_1923;Lnet/minecraft/class_5321;)Zofficial aLcco$a;a(Leqv;Ldum;Lamt;)Z
-
updateNbt
- Mappings:
Namespace Name Mixin selector named updateNbtLnet/minecraft/world/updater/WorldUpdater$ChunkPosKeyedStorageUpdate;updateNbt(Lnet/minecraft/world/storage/VersionedChunkStorage;Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/nbt/NbtCompound;intermediary method_56550Lnet/minecraft/class_1257$class_9167;method_56550(Lnet/minecraft/class_3977;Lnet/minecraft/class_2487;)Lnet/minecraft/class_2487;official aLcco$g;a(Leqv;Luz;)Luz;
-