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 bqk$g
-
Field Summary
Fields inherited from class net.minecraft.world.updater.WorldUpdater.Update
dataFixTypes, pendingUpdateFuture
-
Constructor Summary
ConstructorDescriptionChunkPosKeyedStorageUpdate
(DataFixTypes dataFixTypes, String targetName, MutableText upgradingText, MutableText finishedText) -
Method Summary
Modifier and TypeMethodDescriptionprotected ChunkPosKeyedStorage
openStorage
(StorageKey storageKey, Path path) protected boolean
update
(ChunkPosKeyedStorage chunkPosKeyedStorage, ChunkPos chunkPos, RegistryKey<World> registryKey) protected abstract NbtCompound
updateNbt
(ChunkPosKeyedStorage storage, NbtCompound nbt) Methods inherited from class net.minecraft.world.updater.WorldUpdater.Update
update
-
Constructor Details
-
ChunkPosKeyedStorageUpdate
ChunkPosKeyedStorageUpdate(DataFixTypes dataFixTypes, String targetName, MutableText upgradingText, MutableText 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/MutableText;Lnet/minecraft/text/MutableText;)V
intermediary <init>
Lnet/minecraft/class_1257$class_9167;<init>(Lnet/minecraft/class_1257;Lnet/minecraft/class_4284;Ljava/lang/String;Lnet/minecraft/class_5250;Lnet/minecraft/class_5250;)V
official <init>
Lbqk$g;<init>(Lbqk;Lbag;Ljava/lang/String;Lyd;Lyd;)V
-
-
Method Details
-
openStorage
- Specified by:
openStorage
in classWorldUpdater.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
Lbqk$g;b(Ldvq;Ljava/nio/file/Path;)Ldvs;
-
update
protected boolean update(ChunkPosKeyedStorage chunkPosKeyedStorage, ChunkPos chunkPos, RegistryKey<World> registryKey) - Specified by:
update
in classWorldUpdater.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
Lbqk$g;a(Ldvs;Ldbh;Lale;)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
Lbqk$g;a(Ldvs;Lus;)Lus;
-