Package net.minecraft.world.chunk
Interface ChunkStorage
- All Known Implementing Classes:
ThreadedAnvilChunkStorage
public interface ChunkStorage
- Mappings:
Namespace Name official ayfintermediary net/minecraft/class_1199named net/minecraft/world/chunk/ChunkStorage
-
Method Summary
Modifier and TypeMethodDescriptionbooleanmethod_13765(int int2, int int3) voidvoidsave()voidwriteChunk(World world, Chunk chunk) voidwriteEntities(World world, Chunk chunk)
-
Method Details
-
loadChunk
- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLayf;a(Lamu;II)Laxw;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 aLayf;a(Lamu;Laxw;)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 bLayf;b(Lamu;Laxw;)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 bLayf;b()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 cLayf;c()Vintermediary method_3953Lnet/minecraft/class_1199;method_3953()Vnamed saveLnet/minecraft/world/chunk/ChunkStorage;save()V
-
method_13765
boolean method_13765(int int2, int int3) - Mappings:
Namespace Name Mixin selector official aLayf;a(II)Zintermediary method_13765Lnet/minecraft/class_1199;method_13765(II)Znamed method_13765Lnet/minecraft/world/chunk/ChunkStorage;method_13765(II)Z
-