Package net.minecraft.world.chunk
Class ThreadedAnvilChunkStorage
java.lang.Object
net.minecraft.world.chunk.ThreadedAnvilChunkStorage
- All Implemented Interfaces:
FileIoCallback,ChunkStorage
- Mappings:
Namespace Name official bfyintermediary net/minecraft/class_1205named net/minecraft/world/chunk/ThreadedAnvilChunkStorage
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate ChunkgetChunk(World world, NbtCompound nbt) voidprivate voidmethod_9173(class_4530 class_4530) private voidputChunk(Chunk chunk, World world, NbtCompound nbt) protected voidregisterChunkChecker(ChunkPos pos, NbtCompound nbt) voidsave()booleanprotected ChunkvalidateChunk(World world, int chunkX, int chunkZ, NbtCompound nbt) voidwriteChunk(World world, Chunk chunk) voidwriteEntities(World world, Chunk chunk)
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official aLbfy;a:Lorg/apache/logging/log4j/Logger;intermediary field_7509Lnet/minecraft/class_1205;field_7509:Lorg/apache/logging/log4j/Logger;named LOGGERLnet/minecraft/world/chunk/ThreadedAnvilChunkStorage;LOGGER:Lorg/apache/logging/log4j/Logger;
-
field_22360
- Mappings:
Namespace Name Mixin selector official bLbfy;b:Ljava/util/List;intermediary field_22360Lnet/minecraft/class_1205;field_22360:Ljava/util/List;named field_22360Lnet/minecraft/world/chunk/ThreadedAnvilChunkStorage;field_22360:Ljava/util/List;
-
chunksBeingSaved
- Mappings:
Namespace Name Mixin selector official cLbfy;c:Ljava/util/Set;intermediary field_4780Lnet/minecraft/class_1205;field_4780:Ljava/util/Set;named chunksBeingSavedLnet/minecraft/world/chunk/ThreadedAnvilChunkStorage;chunksBeingSaved:Ljava/util/Set;
-
field_22361
- Mappings:
Namespace Name Mixin selector official dLbfy;d:Ljava/lang/Object;intermediary field_22361Lnet/minecraft/class_1205;field_22361:Ljava/lang/Object;named field_22361Lnet/minecraft/world/chunk/ThreadedAnvilChunkStorage;field_22361:Ljava/lang/Object;
-
saveLocation
- Mappings:
Namespace Name Mixin selector official eLbfy;e:Ljava/io/File;intermediary field_4782Lnet/minecraft/class_1205;field_4782:Ljava/io/File;named saveLocationLnet/minecraft/world/chunk/ThreadedAnvilChunkStorage;saveLocation:Ljava/io/File;
-
-
Constructor Details
-
ThreadedAnvilChunkStorage
- Mappings:
Namespace Name Mixin selector official <init>Lbfy;<init>(Ljava/io/File;)Vintermediary <init>Lnet/minecraft/class_1205;<init>(Ljava/io/File;)Vnamed <init>Lnet/minecraft/world/chunk/ThreadedAnvilChunkStorage;<init>(Ljava/io/File;)V
-
-
Method Details
-
loadChunk
- Specified by:
loadChunkin interfaceChunkStorage- Mappings:
Namespace Name Mixin selector official aLbfq;a(Laqu;II)Lbfh;intermediary method_3951Lnet/minecraft/class_1199;method_3951(Lnet/minecraft/class_1150;II)Lnet/minecraft/class_1196;named loadChunkLnet/minecraft/world/chunk/ChunkStorage;loadChunk(Lnet/minecraft/world/World;II)Lnet/minecraft/world/chunk/Chunk;
-
validateChunk
- Mappings:
Namespace Name Mixin selector official aLbfy;a(Laqu;IILfn;)Lbfh;intermediary method_3972Lnet/minecraft/class_1205;method_3972(Lnet/minecraft/class_1150;IILnet/minecraft/class_322;)Lnet/minecraft/class_1196;named validateChunkLnet/minecraft/world/chunk/ThreadedAnvilChunkStorage;validateChunk(Lnet/minecraft/world/World;IILnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/world/chunk/Chunk;
-
writeChunk
- Specified by:
writeChunkin interfaceChunkStorage- Mappings:
Namespace Name Mixin selector official aLbfq;a(Laqu;Lbfh;)Vintermediary method_3952Lnet/minecraft/class_1199;method_3952(Lnet/minecraft/class_1150;Lnet/minecraft/class_1196;)Vnamed writeChunkLnet/minecraft/world/chunk/ChunkStorage;writeChunk(Lnet/minecraft/world/World;Lnet/minecraft/world/chunk/Chunk;)V
-
registerChunkChecker
- Mappings:
Namespace Name Mixin selector official aLbfy;a(Laqm;Lfn;)Vintermediary method_3971Lnet/minecraft/class_1205;method_3971(Lnet/minecraft/class_1146;Lnet/minecraft/class_322;)Vnamed registerChunkCheckerLnet/minecraft/world/chunk/ThreadedAnvilChunkStorage;registerChunkChecker(Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/nbt/NbtCompound;)V
-
saveNextChunk
public boolean saveNextChunk()- Specified by:
saveNextChunkin interfaceFileIoCallback- Mappings:
Namespace Name Mixin selector official cLbrq;c()Zintermediary method_276Lnet/minecraft/class_108;method_276()Znamed saveNextChunkLnet/minecraft/util/FileIoCallback;saveNextChunk()Z
-
method_9173
private void method_9173(class_4530 class_4530) - Mappings:
Namespace Name Mixin selector official aLbfy;a(Lbfz;)Vintermediary method_9173Lnet/minecraft/class_1205;method_9173(Lnet/minecraft/class_4530;)Vnamed method_9173Lnet/minecraft/world/chunk/ThreadedAnvilChunkStorage;method_9173(Lnet/minecraft/class_4530;)V
-
writeEntities
- Specified by:
writeEntitiesin interfaceChunkStorage- Mappings:
Namespace Name Mixin selector official bLbfq;b(Laqu;Lbfh;)Vintermediary method_3954Lnet/minecraft/class_1199;method_3954(Lnet/minecraft/class_1150;Lnet/minecraft/class_1196;)Vnamed writeEntitiesLnet/minecraft/world/chunk/ChunkStorage;writeEntities(Lnet/minecraft/world/World;Lnet/minecraft/world/chunk/Chunk;)V
-
method_3950
public void method_3950()- Specified by:
method_3950in interfaceChunkStorage- Mappings:
Namespace Name Mixin selector official aLbfq;a()Vintermediary method_3950Lnet/minecraft/class_1199;method_3950()Vnamed method_3950Lnet/minecraft/world/chunk/ChunkStorage;method_3950()V
-
save
public void save()- Specified by:
savein interfaceChunkStorage- Mappings:
Namespace Name Mixin selector official bLbfq;b()Vintermediary method_3953Lnet/minecraft/class_1199;method_3953()Vnamed saveLnet/minecraft/world/chunk/ChunkStorage;save()V
-
putChunk
- Mappings:
Namespace Name Mixin selector official aLbfy;a(Lbfh;Laqu;Lfn;)Vintermediary method_3974Lnet/minecraft/class_1205;method_3974(Lnet/minecraft/class_1196;Lnet/minecraft/class_1150;Lnet/minecraft/class_322;)Vnamed putChunkLnet/minecraft/world/chunk/ThreadedAnvilChunkStorage;putChunk(Lnet/minecraft/world/chunk/Chunk;Lnet/minecraft/world/World;Lnet/minecraft/nbt/NbtCompound;)V
-
getChunk
- Mappings:
Namespace Name Mixin selector official aLbfy;a(Laqu;Lfn;)Lbfh;intermediary method_3973Lnet/minecraft/class_1205;method_3973(Lnet/minecraft/class_1150;Lnet/minecraft/class_322;)Lnet/minecraft/class_1196;named getChunkLnet/minecraft/world/chunk/ThreadedAnvilChunkStorage;getChunk(Lnet/minecraft/world/World;Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/world/chunk/Chunk;
-