Interface WorldStorage

All Known Implementing Classes:
AlphaWorldStorage, EmptyWorldStorage, RegionWorldStorage

public interface WorldStorage
Mappings:
Namespace Name
intermediary net/minecraft/class_52
glue class_561
server om
client wt
named net/minecraft/world/storage/WorldStorage
  • Method Details

    • loadProperties

      WorldProperties loadProperties()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1737 Lnet/minecraft/class_52;method_1737()Lnet/minecraft/class_7;
      glue method_663 Lclass_561;method_663()Lclass_104;
      server c Lom;c()Lct;
      client c Lwt;c()Lei;
      named loadProperties Lnet/minecraft/world/storage/WorldStorage;loadProperties()Lnet/minecraft/world/WorldProperties;
    • checkSessionLock

      void checkSessionLock()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1735 Lnet/minecraft/class_52;method_1735()V
      glue method_660 Lclass_561;method_660()V
      server b Lom;b()V
      client b Lwt;b()V
      named checkSessionLock Lnet/minecraft/world/storage/WorldStorage;checkSessionLock()V
    • getChunkStorage

      ChunkStorage getChunkStorage(Dimension dimension)
      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

      void save(WorldProperties properties, List players)
      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
    • save

      void save(WorldProperties properties)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1732 Lnet/minecraft/class_52;method_1732(Lnet/minecraft/class_7;)V
      glue method_655 Lclass_561;method_655(Lclass_104;)V
      server a Lom;a(Lct;)V
      client a Lwt;a(Lei;)V
      named save Lnet/minecraft/world/storage/WorldStorage;save(Lnet/minecraft/world/WorldProperties;)V
    • getPlayerSaveHandler

      @Environment(SERVER) PlayerSaveHandler getPlayerSaveHandler()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1738 Lnet/minecraft/class_52;method_1738()Lnet/minecraft/class_168;
      glue method_664 Lclass_561;method_664()Lclass_208;
      server d Lom;d()Lfl;
      client method_1738 Lwt;method_1738()Lnet/minecraft/class_168;
      named getPlayerSaveHandler Lnet/minecraft/world/storage/WorldStorage;getPlayerSaveHandler()Lnet/minecraft/server/world/PlayerSaveHandler;
    • forceSave

      @Environment(SERVER) void forceSave()
      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
    • getWorldPropertiesFile

      File getWorldPropertiesFile(String name)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1736 Lnet/minecraft/class_52;method_1736(Ljava/lang/String;)Ljava/io/File;
      glue method_662 Lclass_561;method_662(Ljava/lang/String;)Ljava/io/File;
      server b Lom;b(Ljava/lang/String;)Ljava/io/File;
      client a Lwt;a(Ljava/lang/String;)Ljava/io/File;
      named getWorldPropertiesFile Lnet/minecraft/world/storage/WorldStorage;getWorldPropertiesFile(Ljava/lang/String;)Ljava/io/File;