Package net.minecraft.world.chunk
Interface ChunkStorage
- All Known Implementing Classes:
ThreadedAnvilChunkStorage
public interface ChunkStorage
- Mappings:
Namespace Name official asnintermediary net/minecraft/class_1199named net/minecraft/world/chunk/ChunkStorage
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsave()voidwriteChunk(World world, Chunk chunk) voidwriteEntities(World world, Chunk chunk)
-
Method Details
-
loadChunk
- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLasn;a(Laht;II)Lasf;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;
-
writeChunk
- Throws:
IOExceptionWorldSaveException- Mappings:
Namespace Name Mixin selector official aLasn;a(Laht;Lasf;)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
-
writeEntities
- Throws:
IOException- Mappings:
Namespace Name Mixin selector official bLasn;b(Laht;Lasf;)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
void method_3950()- Mappings:
Namespace Name Mixin selector official aLasn;a()Vintermediary method_3950Lnet/minecraft/class_1199;method_3950()Vnamed method_3950Lnet/minecraft/world/chunk/ChunkStorage;method_3950()V
-
save
void save()- Mappings:
Namespace Name Mixin selector official bLasn;b()Vintermediary method_3953Lnet/minecraft/class_1199;method_3953()Vnamed saveLnet/minecraft/world/chunk/ChunkStorage;save()V
-