Package net.minecraft.world.updater
Class WorldUpdater.ChunkPosKeyedStorageUpdate
java.lang.Object
net.minecraft.world.updater.WorldUpdater.Update<ChunkPosKeyedStorage>
net.minecraft.world.updater.WorldUpdater.ChunkPosKeyedStorageUpdate
- Direct Known Subclasses:
- WorldUpdater.EntitiesUpdate,- WorldUpdater.PoiUpdate
- Enclosing class:
- WorldUpdater
private abstract class WorldUpdater.ChunkPosKeyedStorageUpdate
extends WorldUpdater.Update<ChunkPosKeyedStorage>
- Mappings:
- Namespace - Name - named - net/minecraft/world/updater/WorldUpdater$ChunkPosKeyedStorageUpdate- intermediary - net/minecraft/class_1257$class_9167- official - brz$g
- 
Field SummaryFields inherited from class net.minecraft.world.updater.WorldUpdater.UpdatedataFixTypes, pendingUpdateFuture
- 
Constructor SummaryConstructorsConstructorDescriptionChunkPosKeyedStorageUpdate(DataFixTypes dataFixTypes, String targetName, Text upgradingText, Text finishedText) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected ChunkPosKeyedStorageopenStorage(StorageKey storageKey, Path path) protected booleanupdate(ChunkPosKeyedStorage chunkPosKeyedStorage, ChunkPos chunkPos, RegistryKey<World> registryKey) protected abstract NbtCompoundupdateNbt(ChunkPosKeyedStorage storage, NbtCompound nbt) Methods inherited from class net.minecraft.world.updater.WorldUpdater.Updateupdate
- 
Constructor Details- 
ChunkPosKeyedStorageUpdateChunkPosKeyedStorageUpdate(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;)V- intermediary - <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;)V- official - <init>- Lbrz$g;<init>(Lbrz;Lban;Ljava/lang/String;Lwp;Lwp;)V
 
 
- 
- 
Method Details- 
openStorage- Specified by:
- openStoragein class- WorldUpdater.Update<ChunkPosKeyedStorage>
- Mappings:
- Namespace - Name - Mixin selector - named - openStorage- Lnet/minecraft/world/updater/WorldUpdater$ChunkPosKeyedStorageUpdate;openStorage(Lnet/minecraft/world/storage/StorageKey;Ljava/nio/file/Path;)Lnet/minecraft/world/storage/ChunkPosKeyedStorage;- intermediary - method_56552- Lnet/minecraft/class_1257$class_9167;method_56552(Lnet/minecraft/class_9240;Ljava/nio/file/Path;)Lnet/minecraft/class_9172;- official - b- Lbrz$g;b(Leam;Ljava/nio/file/Path;)Leap;
 
- 
updateprotected boolean update(ChunkPosKeyedStorage chunkPosKeyedStorage, ChunkPos chunkPos, RegistryKey<World> registryKey) - Specified by:
- updatein class- WorldUpdater.Update<ChunkPosKeyedStorage>
- Mappings:
- Namespace - Name - Mixin selector - named - update- Lnet/minecraft/world/updater/WorldUpdater$ChunkPosKeyedStorageUpdate;update(Lnet/minecraft/world/storage/ChunkPosKeyedStorage;Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/registry/RegistryKey;)Z- intermediary - method_56551- Lnet/minecraft/class_1257$class_9167;method_56551(Lnet/minecraft/class_9172;Lnet/minecraft/class_1923;Lnet/minecraft/class_5321;)Z- official - a- Lbrz$g;a(Leap;Ldfp;Laku;)Z
 
- 
updateNbt- Mappings:
- Namespace - Name - Mixin selector - named - updateNbt- Lnet/minecraft/world/updater/WorldUpdater$ChunkPosKeyedStorageUpdate;updateNbt(Lnet/minecraft/world/storage/ChunkPosKeyedStorage;Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/nbt/NbtCompound;- intermediary - method_56550- Lnet/minecraft/class_1257$class_9167;method_56550(Lnet/minecraft/class_9172;Lnet/minecraft/class_2487;)Lnet/minecraft/class_2487;- official - a- Lbrz$g;a(Leap;Ltq;)Ltq;
 
 
-