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

private abstract class WorldUpdater.ChunkPosKeyedStorageUpdate extends WorldUpdater.Update
Mappings:
Namespace Name
named net/minecraft/world/updater/WorldUpdater$ChunkPosKeyedStorageUpdate
intermediary net/minecraft/class_1257$class_9167
official cci$g
  • 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;)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> Lcci$g;<init>(Lcci;Lbhs;Ljava/lang/String;Lyi;Lyi;)V
  • Method Details

    • openStorage

      protected VersionedChunkStorage openStorage(StorageKey storageKey, Path directory)
      Specified by:
      openStorage in class WorldUpdater.Update
      Mappings:
      Namespace Name Mixin selector
      named openStorage Lnet/minecraft/world/updater/WorldUpdater$Update;openStorage(Lnet/minecraft/world/storage/StorageKey;Ljava/nio/file/Path;)Lnet/minecraft/world/storage/VersionedChunkStorage;
      intermediary method_56552 Lnet/minecraft/class_1257$class_9161;method_56552(Lnet/minecraft/class_9240;Ljava/nio/file/Path;)Lnet/minecraft/class_3977;
      official a Lcci$a;a(Leqn;Ljava/nio/file/Path;)Leqq;
    • update

      protected boolean update(VersionedChunkStorage storage, ChunkPos chunkPos, RegistryKey<World> worldKey)
      Specified by:
      update in class WorldUpdater.Update
      Mappings:
      Namespace Name Mixin selector
      named update Lnet/minecraft/world/updater/WorldUpdater$Update;update(Lnet/minecraft/world/storage/VersionedChunkStorage;Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/registry/RegistryKey;)Z
      intermediary method_56543 Lnet/minecraft/class_1257$class_9161;method_56543(Lnet/minecraft/class_3977;Lnet/minecraft/class_1923;Lnet/minecraft/class_5321;)Z
      official a Lcci$a;a(Leqq;Ldug;Lamt;)Z
    • updateNbt

      protected abstract NbtCompound updateNbt(VersionedChunkStorage storage, NbtCompound nbt)
      Mappings:
      Namespace Name Mixin selector
      named updateNbt Lnet/minecraft/world/updater/WorldUpdater$ChunkPosKeyedStorageUpdate;updateNbt(Lnet/minecraft/world/storage/VersionedChunkStorage;Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/nbt/NbtCompound;
      intermediary method_56550 Lnet/minecraft/class_1257$class_9167;method_56550(Lnet/minecraft/class_3977;Lnet/minecraft/class_2487;)Lnet/minecraft/class_2487;
      official a Lcci$g;a(Leqq;Lva;)Lva;