Interface ChunkStorage

All Known Implementing Classes:
AlphaChunkStorage, RegionChunkStorage

public interface ChunkStorage
Mappings:
Namespace Name
intermediary net/minecraft/class_243
glue class_26
server an
client bf
named net/minecraft/world/chunk/storage/ChunkStorage
  • Method Details

    • loadChunk

      Chunk loadChunk(World world, int chunkX, int chunkZ)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_811 Lnet/minecraft/class_243;method_811(Lnet/minecraft/class_18;II)Lnet/minecraft/class_43;
      glue method_70 Lclass_26;method_70(Lclass_129;II)Lclass_279;
      server a Lan;a(Ldj;II)Lhi;
      client a Lbf;a(Lfd;II)Llm;
      named loadChunk Lnet/minecraft/world/chunk/storage/ChunkStorage;loadChunk(Lnet/minecraft/world/World;II)Lnet/minecraft/world/chunk/Chunk;
    • saveChunk

      void saveChunk(World world, Chunk chunk)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_812 Lnet/minecraft/class_243;method_812(Lnet/minecraft/class_18;Lnet/minecraft/class_43;)V
      glue method_71 Lclass_26;method_71(Lclass_129;Lclass_279;)V
      server a Lan;a(Ldj;Lhi;)V
      client a Lbf;a(Lfd;Llm;)V
      named saveChunk Lnet/minecraft/world/chunk/storage/ChunkStorage;saveChunk(Lnet/minecraft/world/World;Lnet/minecraft/world/chunk/Chunk;)V
    • saveEntities

      void saveEntities(World world, Chunk chunk)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_814 Lnet/minecraft/class_243;method_814(Lnet/minecraft/class_18;Lnet/minecraft/class_43;)V
      glue method_73 Lclass_26;method_73(Lclass_129;Lclass_279;)V
      server b Lan;b(Ldj;Lhi;)V
      client b Lbf;b(Lfd;Llm;)V
      named saveEntities Lnet/minecraft/world/chunk/storage/ChunkStorage;saveEntities(Lnet/minecraft/world/World;Lnet/minecraft/world/chunk/Chunk;)V
    • tick

      void tick()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_810 Lnet/minecraft/class_243;method_810()V
      glue method_69 Lclass_26;method_69()V
      server a Lan;a()V
      client a Lbf;a()V
      named tick Lnet/minecraft/world/chunk/storage/ChunkStorage;tick()V
    • flush

      void flush()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_813 Lnet/minecraft/class_243;method_813()V
      glue method_72 Lclass_26;method_72()V
      server b Lan;b()V
      client b Lbf;b()V
      named flush Lnet/minecraft/world/chunk/storage/ChunkStorage;flush()V