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 - brz$b
- 
Field SummaryFields inherited from class net.minecraft.world.updater.WorldUpdater.UpdatedataFixTypes, pendingUpdateFuture
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected VersionedChunkStorageopenStorage(StorageKey storageKey, Path path) protected booleanupdate(VersionedChunkStorage versionedChunkStorage, ChunkPos chunkPos, RegistryKey<World> registryKey) Methods inherited from class net.minecraft.world.updater.WorldUpdater.Updateupdate
- 
Constructor Details- 
RegionUpdateRegionUpdate()
 
- 
- 
Method Details- 
updateprotected boolean update(VersionedChunkStorage versionedChunkStorage, ChunkPos chunkPos, RegistryKey<World> registryKey) - Specified by:
- updatein class- WorldUpdater.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- Lbrz$b;a(Lead;Ldfp;Laku;)Z
 
- 
openStorage- Specified by:
- openStoragein class- WorldUpdater.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- Lbrz$b;b(Leam;Ljava/nio/file/Path;)Lead;
 
 
-