Interface ChunkStorage

All Known Implementing Classes:
ThreadedAnvilChunkStorage

public interface ChunkStorage
Mappings:
Namespace Name
official and
intermediary net/minecraft/class_1199
named net/minecraft/world/chunk/ChunkStorage
  • Method Details

    • loadChunk

      Chunk loadChunk(World world, int x, int z) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Land;a(Ladm;II)Lamy;
      intermediary method_3951 Lnet/minecraft/class_1199;method_3951(Lnet/minecraft/class_1150;II)Lnet/minecraft/class_1196;
      named loadChunk Lnet/minecraft/world/chunk/ChunkStorage;loadChunk(Lnet/minecraft/world/World;II)Lnet/minecraft/world/chunk/Chunk;
    • writeChunk

      void writeChunk(World world, Chunk chunk) throws IOException, WorldSaveException
      Throws:
      IOException
      WorldSaveException
      Mappings:
      Namespace Name Mixin selector
      official a Land;a(Ladm;Lamy;)V
      intermediary method_3952 Lnet/minecraft/class_1199;method_3952(Lnet/minecraft/class_1150;Lnet/minecraft/class_1196;)V
      named writeChunk Lnet/minecraft/world/chunk/ChunkStorage;writeChunk(Lnet/minecraft/world/World;Lnet/minecraft/world/chunk/Chunk;)V
    • writeEntities

      void writeEntities(World world, Chunk chunk) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official b Land;b(Ladm;Lamy;)V
      intermediary method_3954 Lnet/minecraft/class_1199;method_3954(Lnet/minecraft/class_1150;Lnet/minecraft/class_1196;)V
      named writeEntities Lnet/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 a Land;a()V
      intermediary method_3950 Lnet/minecraft/class_1199;method_3950()V
      named method_3950 Lnet/minecraft/world/chunk/ChunkStorage;method_3950()V
    • save

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