Package net.minecraft.world.updater
Class WorldUpdater.RegionUpdate
java.lang.Object
net.minecraft.world.updater.WorldUpdater.Update<VersionedChunkStorage>
net.minecraft.world.updater.WorldUpdater.RegionUpdate
- Enclosing class:
WorldUpdater
- Mappings:
Namespace Name named net/minecraft/world/updater/WorldUpdater$RegionUpdate
intermediary net/minecraft/class_1257$class_9162
official bqk$b
-
Field Summary
Fields inherited from class net.minecraft.world.updater.WorldUpdater.Update
dataFixTypes, pendingUpdateFuture
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected VersionedChunkStorage
openStorage
(StorageKey storageKey, Path path) protected boolean
update
(VersionedChunkStorage versionedChunkStorage, ChunkPos chunkPos, RegistryKey<World> registryKey) Methods inherited from class net.minecraft.world.updater.WorldUpdater.Update
update
-
Constructor Details
-
RegionUpdate
RegionUpdate()
-
-
Method Details
-
update
protected boolean update(VersionedChunkStorage versionedChunkStorage, ChunkPos chunkPos, RegistryKey<World> registryKey) - Specified by:
update
in classWorldUpdater.Update<VersionedChunkStorage>
- Mappings:
Namespace Name Mixin selector named update
Lnet/minecraft/world/updater/WorldUpdater$RegionUpdate;update(Lnet/minecraft/world/storage/VersionedChunkStorage;Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/registry/RegistryKey;)Z
intermediary method_56547
Lnet/minecraft/class_1257$class_9162;method_56547(Lnet/minecraft/class_3977;Lnet/minecraft/class_1923;Lnet/minecraft/class_5321;)Z
official a
Lbqk$b;a(Ldvh;Ldbh;Lale;)Z
-
openStorage
- Specified by:
openStorage
in classWorldUpdater.Update<VersionedChunkStorage>
- Mappings:
Namespace Name Mixin selector named openStorage
Lnet/minecraft/world/updater/WorldUpdater$RegionUpdate;openStorage(Lnet/minecraft/world/storage/StorageKey;Ljava/nio/file/Path;)Lnet/minecraft/world/storage/VersionedChunkStorage;
intermediary method_56549
Lnet/minecraft/class_1257$class_9162;method_56549(Lnet/minecraft/class_9240;Ljava/nio/file/Path;)Lnet/minecraft/class_3977;
official b
Lbqk$b;b(Ldvq;Ljava/nio/file/Path;)Ldvh;
-