Package net.minecraft.world.chunk
Interface ChunkStorage
- All Known Implementing Classes:
ThreadedAnvilChunkStorage
public interface ChunkStorage
- Mappings:
Namespace Name official bnwintermediary net/minecraft/class_1199named net/minecraft/world/chunk/ChunkStorage
-
Method Summary
Modifier and TypeMethodDescriptionvoidmethod_17185(World world, class_3781 class_3781) method_17186(IWorld iWorld, int int2, int int3, Consumer<Chunk> consumer) method_17187(IWorld iWorld, int int2, int int3, Consumer<class_3781> consumer) voidsave()
-
Method Details
-
method_17186
@Nullable Chunk method_17186(IWorld iWorld, int int2, int int3, Consumer<Chunk> consumer) throws IOException - Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLbnw;a(Laxz;IILjava/util/function/Consumer;)Lbnj;intermediary method_17186Lnet/minecraft/class_1199;method_17186(Lnet/minecraft/class_3598;IILjava/util/function/Consumer;)Lnet/minecraft/class_1196;named method_17186Lnet/minecraft/world/chunk/ChunkStorage;method_17186(Lnet/minecraft/world/IWorld;IILjava/util/function/Consumer;)Lnet/minecraft/world/chunk/Chunk;
-
method_17187
@Nullable ChunkBlockStateStorage method_17187(IWorld iWorld, int int2, int int3, Consumer<class_3781> consumer) throws IOException - Throws:
IOException- Mappings:
Namespace Name Mixin selector official bLbnw;b(Laxz;IILjava/util/function/Consumer;)Lbnr;intermediary method_17187Lnet/minecraft/class_1199;method_17187(Lnet/minecraft/class_3598;IILjava/util/function/Consumer;)Lnet/minecraft/class_2252;named method_17187Lnet/minecraft/world/chunk/ChunkStorage;method_17187(Lnet/minecraft/world/IWorld;IILjava/util/function/Consumer;)Lnet/minecraft/world/chunk/ChunkBlockStateStorage;
-
method_17185
- Throws:
IOExceptionWorldSaveException- Mappings:
Namespace Name Mixin selector official aLbnw;a(Laxy;Lbmx;)Vintermediary method_17185Lnet/minecraft/class_1199;method_17185(Lnet/minecraft/class_1150;Lnet/minecraft/class_3781;)Vnamed method_17185Lnet/minecraft/world/chunk/ChunkStorage;method_17185(Lnet/minecraft/world/World;Lnet/minecraft/class_3781;)V
-
save
void save()- Mappings:
Namespace Name Mixin selector official bLbnw;b()Vintermediary method_3953Lnet/minecraft/class_1199;method_3953()Vnamed saveLnet/minecraft/world/chunk/ChunkStorage;save()V
-