Package net.minecraft.world.updater
Class WorldUpdater.Update<T extends AutoCloseable>
java.lang.Object
net.minecraft.world.updater.WorldUpdater.Update<T>
- Direct Known Subclasses:
WorldUpdater.ChunkPosKeyedStorageUpdate
,WorldUpdater.RegionUpdate
- Enclosing class:
WorldUpdater
- Mappings:
Namespace Name named net/minecraft/world/updater/WorldUpdater$Update
intermediary net/minecraft/class_1257$class_9161
official bqk$a
-
Field Summary
Modifier and TypeFieldDescriptionprotected final DataFixTypes
private final MutableText
private final String
protected @Nullable CompletableFuture
<Void> private final String
private final MutableText
-
Constructor Summary
ConstructorDescriptionUpdate
(DataFixTypes dataFixTypes, String name, String targetName, MutableText upgradingText, MutableText finishedText) -
Method Summary
Modifier and TypeMethodDescriptionprivate ListIterator
<WorldUpdater.Region> enumerateRegions
(StorageKey key, Path regionDirectory) private static List
<WorldUpdater.Region> listRegions
(StorageKey key, Path regionDirectory) private List
<WorldUpdater.WorldData<T>> protected abstract T
openStorage
(StorageKey key, Path worldDirectory) private void
recreate
(RegionFile regionFile) void
update()
private boolean
update
(RegistryKey<World> worldKey, T storage, ChunkPos chunkPos) protected abstract boolean
update
(T storage, ChunkPos chunkPos, RegistryKey<World> worldKey)
-
Field Details
-
upgradingText
- Mappings:
Namespace Name Mixin selector named upgradingText
Lnet/minecraft/world/updater/WorldUpdater$Update;upgradingText:Lnet/minecraft/text/MutableText;
intermediary field_48735
Lnet/minecraft/class_1257$class_9161;field_48735:Lnet/minecraft/class_5250;
official d
Lbqk$a;d:Lyd;
-
finishedText
- Mappings:
Namespace Name Mixin selector named finishedText
Lnet/minecraft/world/updater/WorldUpdater$Update;finishedText:Lnet/minecraft/text/MutableText;
intermediary field_48736
Lnet/minecraft/class_1257$class_9161;field_48736:Lnet/minecraft/class_5250;
official e
Lbqk$a;e:Lyd;
-
name
- Mappings:
Namespace Name Mixin selector named name
Lnet/minecraft/world/updater/WorldUpdater$Update;name:Ljava/lang/String;
intermediary field_49072
Lnet/minecraft/class_1257$class_9161;field_49072:Ljava/lang/String;
official f
Lbqk$a;f:Ljava/lang/String;
-
targetName
- Mappings:
Namespace Name Mixin selector named targetName
Lnet/minecraft/world/updater/WorldUpdater$Update;targetName:Ljava/lang/String;
intermediary field_48737
Lnet/minecraft/class_1257$class_9161;field_48737:Ljava/lang/String;
official g
Lbqk$a;g:Ljava/lang/String;
-
pendingUpdateFuture
- Mappings:
Namespace Name Mixin selector named pendingUpdateFuture
Lnet/minecraft/world/updater/WorldUpdater$Update;pendingUpdateFuture:Ljava/util/concurrent/CompletableFuture;
intermediary field_48732
Lnet/minecraft/class_1257$class_9161;field_48732:Ljava/util/concurrent/CompletableFuture;
official a
Lbqk$a;a:Ljava/util/concurrent/CompletableFuture;
-
dataFixTypes
- Mappings:
Namespace Name Mixin selector named dataFixTypes
Lnet/minecraft/world/updater/WorldUpdater$Update;dataFixTypes:Lnet/minecraft/datafixer/DataFixTypes;
intermediary field_48733
Lnet/minecraft/class_1257$class_9161;field_48733:Lnet/minecraft/class_4284;
official b
Lbqk$a;b:Lbag;
-
-
Constructor Details
-
Update
Update(DataFixTypes dataFixTypes, String name, String targetName, MutableText upgradingText, MutableText finishedText) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/world/updater/WorldUpdater$Update;<init>(Lnet/minecraft/world/updater/WorldUpdater;Lnet/minecraft/datafixer/DataFixTypes;Ljava/lang/String;Ljava/lang/String;Lnet/minecraft/text/MutableText;Lnet/minecraft/text/MutableText;)V
intermediary <init>
Lnet/minecraft/class_1257$class_9161;<init>(Lnet/minecraft/class_1257;Lnet/minecraft/class_4284;Ljava/lang/String;Ljava/lang/String;Lnet/minecraft/class_5250;Lnet/minecraft/class_5250;)V
official <init>
Lbqk$a;<init>(Lbqk;Lbag;Ljava/lang/String;Ljava/lang/String;Lyd;Lyd;)V
-
-
Method Details
-
update
public void update()- Mappings:
Namespace Name Mixin selector named update
Lnet/minecraft/world/updater/WorldUpdater$Update;update()V
intermediary method_56537
Lnet/minecraft/class_1257$class_9161;method_56537()V
official a
Lbqk$a;a()V
-
listWoldData
- Mappings:
Namespace Name Mixin selector named listWoldData
Lnet/minecraft/world/updater/WorldUpdater$Update;listWoldData()Ljava/util/List;
intermediary method_56544
Lnet/minecraft/class_1257$class_9161;method_56544()Ljava/util/List;
official b
Lbqk$a;b()Ljava/util/List;
-
openStorage
- Mappings:
Namespace Name Mixin selector named openStorage
Lnet/minecraft/world/updater/WorldUpdater$Update;openStorage(Lnet/minecraft/world/storage/StorageKey;Ljava/nio/file/Path;)Ljava/lang/AutoCloseable;
intermediary method_56546
Lnet/minecraft/class_1257$class_9161;method_56546(Lnet/minecraft/class_9240;Ljava/nio/file/Path;)Ljava/lang/AutoCloseable;
official a
Lbqk$a;a(Ldvq;Ljava/nio/file/Path;)Ljava/lang/AutoCloseable;
-
enumerateRegions
- Mappings:
Namespace Name Mixin selector named enumerateRegions
Lnet/minecraft/world/updater/WorldUpdater$Update;enumerateRegions(Lnet/minecraft/world/storage/StorageKey;Ljava/nio/file/Path;)Ljava/util/ListIterator;
intermediary method_56545
Lnet/minecraft/class_1257$class_9161;method_56545(Lnet/minecraft/class_9240;Ljava/nio/file/Path;)Ljava/util/ListIterator;
official b
Lbqk$a;b(Ldvq;Ljava/nio/file/Path;)Ljava/util/ListIterator;
-
listRegions
- Mappings:
Namespace Name Mixin selector named listRegions
Lnet/minecraft/world/updater/WorldUpdater$Update;listRegions(Lnet/minecraft/world/storage/StorageKey;Ljava/nio/file/Path;)Ljava/util/List;
intermediary method_56539
Lnet/minecraft/class_1257$class_9161;method_56539(Lnet/minecraft/class_9240;Ljava/nio/file/Path;)Ljava/util/List;
official c
Lbqk$a;c(Ldvq;Ljava/nio/file/Path;)Ljava/util/List;
-
update
- Mappings:
Namespace Name Mixin selector named update
Lnet/minecraft/world/updater/WorldUpdater$Update;update(Lnet/minecraft/registry/RegistryKey;Ljava/lang/AutoCloseable;Lnet/minecraft/util/math/ChunkPos;)Z
intermediary method_56538
Lnet/minecraft/class_1257$class_9161;method_56538(Lnet/minecraft/class_5321;Ljava/lang/AutoCloseable;Lnet/minecraft/class_1923;)Z
official a
Lbqk$a;a(Lale;Ljava/lang/AutoCloseable;Ldbh;)Z
-
update
- Mappings:
Namespace Name Mixin selector named update
Lnet/minecraft/world/updater/WorldUpdater$Update;update(Ljava/lang/AutoCloseable;Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/registry/RegistryKey;)Z
intermediary method_56543
Lnet/minecraft/class_1257$class_9161;method_56543(Ljava/lang/AutoCloseable;Lnet/minecraft/class_1923;Lnet/minecraft/class_5321;)Z
official a
Lbqk$a;a(Ljava/lang/AutoCloseable;Ldbh;Lale;)Z
-
recreate
- Mappings:
Namespace Name Mixin selector named recreate
Lnet/minecraft/world/updater/WorldUpdater$Update;recreate(Lnet/minecraft/world/storage/RegionFile;)V
intermediary method_56541
Lnet/minecraft/class_1257$class_9161;method_56541(Lnet/minecraft/class_2861;)V
official a
Lbqk$a;a(Ldvn;)V
-