Interface ChunkStorage

All Known Implementing Classes:
ThreadedAnvilChunkStorage

public interface ChunkStorage
Mappings:
Namespace Name
official bnw
intermediary net/minecraft/class_1199
named net/minecraft/world/chunk/ChunkStorage
  • 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 a Lbnw;a(Laxz;IILjava/util/function/Consumer;)Lbnj;
      intermediary method_17186 Lnet/minecraft/class_1199;method_17186(Lnet/minecraft/class_3598;IILjava/util/function/Consumer;)Lnet/minecraft/class_1196;
      named method_17186 Lnet/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 b Lbnw;b(Laxz;IILjava/util/function/Consumer;)Lbnr;
      intermediary method_17187 Lnet/minecraft/class_1199;method_17187(Lnet/minecraft/class_3598;IILjava/util/function/Consumer;)Lnet/minecraft/class_2252;
      named method_17187 Lnet/minecraft/world/chunk/ChunkStorage;method_17187(Lnet/minecraft/world/IWorld;IILjava/util/function/Consumer;)Lnet/minecraft/world/chunk/ChunkBlockStateStorage;
    • method_17185

      void method_17185(World world, class_3781 class_3781) throws IOException, WorldSaveException
      Throws:
      IOException
      WorldSaveException
      Mappings:
      Namespace Name Mixin selector
      official a Lbnw;a(Laxy;Lbmx;)V
      intermediary method_17185 Lnet/minecraft/class_1199;method_17185(Lnet/minecraft/class_1150;Lnet/minecraft/class_3781;)V
      named method_17185 Lnet/minecraft/world/chunk/ChunkStorage;method_17185(Lnet/minecraft/world/World;Lnet/minecraft/class_3781;)V
    • save

      void save()
      Mappings:
      Namespace Name Mixin selector
      official b Lbnw;b()V
      intermediary method_3953 Lnet/minecraft/class_1199;method_3953()V
      named save Lnet/minecraft/world/chunk/ChunkStorage;save()V