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
official blz$g
intermediary net/minecraft/class_1257$class_9167
named net/minecraft/world/updater/WorldUpdater$ChunkPosKeyedStorageUpdate
  • Constructor Details

    • ChunkPosKeyedStorageUpdate

      ChunkPosKeyedStorageUpdate(DataFixTypes dataFixTypes, String targetName, MutableText upgradingText, MutableText finishedText)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lblz$a;<init>(Lblz;Laxs;Ljava/lang/String;Lwg;Lwg;)V
      intermediary <init> Lnet/minecraft/class_1257$class_9161;<init>(Lnet/minecraft/class_1257;Lnet/minecraft/class_4284;Ljava/lang/String;Lnet/minecraft/class_5250;Lnet/minecraft/class_5250;)V
      named <init> Lnet/minecraft/world/updater/WorldUpdater$Update;<init>(Lnet/minecraft/world/updater/WorldUpdater;Lnet/minecraft/datafixer/DataFixTypes;Ljava/lang/String;Lnet/minecraft/text/MutableText;Lnet/minecraft/text/MutableText;)V
  • Method Details

    • openStorage

      protected ChunkPosKeyedStorage openStorage(String string, Path path, Path path2)
      Specified by:
      openStorage in class WorldUpdater.Update<ChunkPosKeyedStorage>
      Mappings:
      Namespace Name Mixin selector
      official b Lblz$g;b(Ljava/lang/String;Ljava/nio/file/Path;Ljava/nio/file/Path;)Ldpm;
      intermediary method_56552 Lnet/minecraft/class_1257$class_9167;method_56552(Ljava/lang/String;Ljava/nio/file/Path;Ljava/nio/file/Path;)Lnet/minecraft/class_9172;
      named openStorage Lnet/minecraft/world/updater/WorldUpdater$ChunkPosKeyedStorageUpdate;openStorage(Ljava/lang/String;Ljava/nio/file/Path;Ljava/nio/file/Path;)Lnet/minecraft/world/storage/ChunkPosKeyedStorage;
    • update

      protected boolean update(ChunkPosKeyedStorage chunkPosKeyedStorage, ChunkPos chunkPos, RegistryKey<World> registryKey)
      Specified by:
      update in class WorldUpdater.Update<ChunkPosKeyedStorage>
      Mappings:
      Namespace Name Mixin selector
      official a Lblz$g;a(Ldpm;Lcvl;Lajb;)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
      named update Lnet/minecraft/world/updater/WorldUpdater$ChunkPosKeyedStorageUpdate;update(Lnet/minecraft/world/storage/ChunkPosKeyedStorage;Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/registry/RegistryKey;)Z
    • updateNbt

      protected abstract NbtCompound updateNbt(ChunkPosKeyedStorage storage, NbtCompound nbt)
      Mappings:
      Namespace Name Mixin selector
      official a Lblz$g;a(Ldpm;Lsy;)Lsy;
      intermediary method_56550 Lnet/minecraft/class_1257$class_9167;method_56550(Lnet/minecraft/class_9172;Lnet/minecraft/class_2487;)Lnet/minecraft/class_2487;
      named updateNbt Lnet/minecraft/world/updater/WorldUpdater$ChunkPosKeyedStorageUpdate;updateNbt(Lnet/minecraft/world/storage/ChunkPosKeyedStorage;Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/nbt/NbtCompound;