Class RegionWorldStorage

java.lang.Object
net.minecraft.world.storage.AlphaWorldStorage
net.minecraft.world.storage.RegionWorldStorage
All Implemented Interfaces:
PlayerSaveHandler, WorldStorage

public class RegionWorldStorage extends AlphaWorldStorage
Mappings:
Namespace Name
intermediary net/minecraft/class_294
glue class_315
server ie
client mx
named net/minecraft/world/storage/RegionWorldStorage
  • Constructor Details

    • RegionWorldStorage

      public RegionWorldStorage(File savesDir, String name, boolean createPlayerDataDir)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_81;<init>(Ljava/io/File;Ljava/lang/String;Z)V
      glue <init> Lclass_138;<init>(Ljava/io/File;Ljava/lang/String;Z)V
      server <init> Ldq;<init>(Ljava/io/File;Ljava/lang/String;Z)V
      client <init> Lfm;<init>(Ljava/io/File;Ljava/lang/String;Z)V
      named <init> Lnet/minecraft/world/storage/AlphaWorldStorage;<init>(Ljava/io/File;Ljava/lang/String;Z)V
  • Method Details

    • getChunkStorage

      public ChunkStorage getChunkStorage(Dimension dimension)
      Specified by:
      getChunkStorage in interface WorldStorage
      Overrides:
      getChunkStorage in class AlphaWorldStorage
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1734 Lnet/minecraft/class_52;method_1734(Lnet/minecraft/class_50;)Lnet/minecraft/class_243;
      glue method_659 Lclass_561;method_659(Lclass_570;)Lclass_26;
      server a Lom;a(Los;)Lan;
      client a Lwt;a(Lxa;)Lbf;
      named getChunkStorage Lnet/minecraft/world/storage/WorldStorage;getChunkStorage(Lnet/minecraft/world/dimension/Dimension;)Lnet/minecraft/world/chunk/storage/ChunkStorage;
    • save

      public void save(WorldProperties properties, List players)
      Specified by:
      save in interface WorldStorage
      Overrides:
      save in class AlphaWorldStorage
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1733 Lnet/minecraft/class_52;method_1733(Lnet/minecraft/class_7;Ljava/util/List;)V
      glue method_656 Lclass_561;method_656(Lclass_104;Ljava/util/List;)V
      server a Lom;a(Lct;Ljava/util/List;)V
      client a Lwt;a(Lei;Ljava/util/List;)V
      named save Lnet/minecraft/world/storage/WorldStorage;save(Lnet/minecraft/world/WorldProperties;Ljava/util/List;)V
    • forceSave

      @Environment(SERVER) public void forceSave()
      Specified by:
      forceSave in interface WorldStorage
      Overrides:
      forceSave in class AlphaWorldStorage
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1739 Lnet/minecraft/class_52;method_1739()V
      glue method_665 Lclass_561;method_665()V
      server e Lom;e()V
      client method_1739 Lwt;method_1739()V
      named forceSave Lnet/minecraft/world/storage/WorldStorage;forceSave()V