Interface ChunkStorage

All Known Implementing Classes:
ThreadedAnvilChunkStorage

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

    • loadChunk

      Chunk loadChunk(World world, int x, int z)
      Mappings:
      Namespace Name Mixin selector
      official a Lbfq;a(Laqu;II)Lbfh;
      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)
      Mappings:
      Namespace Name Mixin selector
      official a Lbfq;a(Laqu;Lbfh;)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)
      Mappings:
      Namespace Name Mixin selector
      official b Lbfq;b(Laqu;Lbfh;)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 Lbfq;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 Lbfq;b()V
      intermediary method_3953 Lnet/minecraft/class_1199;method_3953()V
      named save Lnet/minecraft/world/chunk/ChunkStorage;save()V