Class LevelStorage.Session

java.lang.Object
net.minecraft.world.level.storage.LevelStorage.Session
All Implemented Interfaces:
AutoCloseable
Enclosing class:
LevelStorage

public class LevelStorage.Session extends Object implements AutoCloseable
Mappings:
Namespace Name
official dve$c
intermediary net/minecraft/class_32$class_5143
named net/minecraft/world/level/storage/LevelStorage$Session
  • Field Details

    • lock

      final SessionLock lock
      Mappings:
      Namespace Name Mixin selector
      official b Ldve$c;b:Lani;
      intermediary field_23767 Lnet/minecraft/class_32$class_5143;field_23767:Lnet/minecraft/class_5125;
      named lock Lnet/minecraft/world/level/storage/LevelStorage$Session;lock:Lnet/minecraft/world/level/storage/SessionLock;
    • directory

      final LevelStorage.LevelSave directory
      Mappings:
      Namespace Name Mixin selector
      official c Ldve$c;c:Ldve$b;
      intermediary field_23768 Lnet/minecraft/class_32$class_5143;field_23768:Lnet/minecraft/class_32$class_7411;
      named directory Lnet/minecraft/world/level/storage/LevelStorage$Session;directory:Lnet/minecraft/world/level/storage/LevelStorage$LevelSave;
    • directoryName

      private final String directoryName
      Mappings:
      Namespace Name Mixin selector
      official d Ldve$c;d:Ljava/lang/String;
      intermediary field_23769 Lnet/minecraft/class_32$class_5143;field_23769:Ljava/lang/String;
      named directoryName Lnet/minecraft/world/level/storage/LevelStorage$Session;directoryName:Ljava/lang/String;
    • paths

      private final Map<WorldSavePath,Path> paths
      Mappings:
      Namespace Name Mixin selector
      official e Ldve$c;e:Ljava/util/Map;
      intermediary field_24190 Lnet/minecraft/class_32$class_5143;field_24190:Ljava/util/Map;
      named paths Lnet/minecraft/world/level/storage/LevelStorage$Session;paths:Ljava/util/Map;
  • Constructor Details

    • Session

      public Session(String directoryName) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldve$c;<init>(Ldve;Ljava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_32$class_5143;<init>(Lnet/minecraft/class_32;Ljava/lang/String;)V
      named <init> Lnet/minecraft/world/level/storage/LevelStorage$Session;<init>(Lnet/minecraft/world/level/storage/LevelStorage;Ljava/lang/String;)V
  • Method Details

    • getDirectoryName

      public String getDirectoryName()
      Mappings:
      Namespace Name Mixin selector
      official a Ldve$c;a()Ljava/lang/String;
      intermediary method_27005 Lnet/minecraft/class_32$class_5143;method_27005()Ljava/lang/String;
      named getDirectoryName Lnet/minecraft/world/level/storage/LevelStorage$Session;getDirectoryName()Ljava/lang/String;
    • getDirectory

      public Path getDirectory(WorldSavePath savePath)
      Mappings:
      Namespace Name Mixin selector
      official a Ldve$c;a(Ldvc;)Ljava/nio/file/Path;
      intermediary method_27010 Lnet/minecraft/class_32$class_5143;method_27010(Lnet/minecraft/class_5218;)Ljava/nio/file/Path;
      named getDirectory Lnet/minecraft/world/level/storage/LevelStorage$Session;getDirectory(Lnet/minecraft/util/WorldSavePath;)Ljava/nio/file/Path;
    • getWorldDirectory

      public Path getWorldDirectory(RegistryKey<World> key)
      Mappings:
      Namespace Name Mixin selector
      official a Ldve$c;a(Lace;)Ljava/nio/file/Path;
      intermediary method_27424 Lnet/minecraft/class_32$class_5143;method_27424(Lnet/minecraft/class_5321;)Ljava/nio/file/Path;
      named getWorldDirectory Lnet/minecraft/world/level/storage/LevelStorage$Session;getWorldDirectory(Lnet/minecraft/registry/RegistryKey;)Ljava/nio/file/Path;
    • checkValid

      private void checkValid()
      Mappings:
      Namespace Name Mixin selector
      official h Ldve$c;h()V
      intermediary method_27017 Lnet/minecraft/class_32$class_5143;method_27017()V
      named checkValid Lnet/minecraft/world/level/storage/LevelStorage$Session;checkValid()V
    • createSaveHandler

      public WorldSaveHandler createSaveHandler()
      Mappings:
      Namespace Name Mixin selector
      official b Ldve$c;b()Ldvh;
      intermediary method_27427 Lnet/minecraft/class_32$class_5143;method_27427()Lnet/minecraft/class_29;
      named createSaveHandler Lnet/minecraft/world/level/storage/LevelStorage$Session;createSaveHandler()Lnet/minecraft/world/WorldSaveHandler;
    • getLevelSummary

      @Nullable public @Nullable LevelSummary getLevelSummary()
      Mappings:
      Namespace Name Mixin selector
      official c Ldve$c;c()Ldvf;
      intermediary method_29584 Lnet/minecraft/class_32$class_5143;method_29584()Lnet/minecraft/class_34;
      named getLevelSummary Lnet/minecraft/world/level/storage/LevelStorage$Session;getLevelSummary()Lnet/minecraft/world/level/storage/LevelSummary;
    • readLevelProperties

      @Nullable public @Nullable com.mojang.datafixers.util.Pair<SaveProperties,DimensionOptionsRegistryHolder.DimensionsConfig> readLevelProperties(com.mojang.serialization.DynamicOps<NbtElement> ops, DataConfiguration dataConfiguration, Registry<DimensionOptions> dimensionOptionsRegistry, com.mojang.serialization.Lifecycle lifecycle)
      Mappings:
      Namespace Name Mixin selector
      official a Ldve$c;a(Lcom/mojang/serialization/DynamicOps;Lcko;Lhm;Lcom/mojang/serialization/Lifecycle;)Lcom/mojang/datafixers/util/Pair;
      intermediary method_27013 Lnet/minecraft/class_32$class_5143;method_27013(Lcom/mojang/serialization/DynamicOps;Lnet/minecraft/class_7712;Lnet/minecraft/class_2378;Lcom/mojang/serialization/Lifecycle;)Lcom/mojang/datafixers/util/Pair;
      named readLevelProperties Lnet/minecraft/world/level/storage/LevelStorage$Session;readLevelProperties(Lcom/mojang/serialization/DynamicOps;Lnet/minecraft/resource/DataConfiguration;Lnet/minecraft/registry/Registry;Lcom/mojang/serialization/Lifecycle;)Lcom/mojang/datafixers/util/Pair;
    • getDataPackSettings

      @Nullable public @Nullable DataConfiguration getDataPackSettings()
      Mappings:
      Namespace Name Mixin selector
      official d Ldve$c;d()Lcko;
      intermediary method_29585 Lnet/minecraft/class_32$class_5143;method_29585()Lnet/minecraft/class_7712;
      named getDataPackSettings Lnet/minecraft/world/level/storage/LevelStorage$Session;getDataPackSettings()Lnet/minecraft/resource/DataConfiguration;
    • backupLevelDataFile

      public void backupLevelDataFile(DynamicRegistryManager registryManager, SaveProperties saveProperties)
      Mappings:
      Namespace Name Mixin selector
      official a Ldve$c;a(Lhn;Ldvk;)V
      intermediary method_27425 Lnet/minecraft/class_32$class_5143;method_27425(Lnet/minecraft/class_5455;Lnet/minecraft/class_5219;)V
      named backupLevelDataFile Lnet/minecraft/world/level/storage/LevelStorage$Session;backupLevelDataFile(Lnet/minecraft/registry/DynamicRegistryManager;Lnet/minecraft/world/SaveProperties;)V
    • backupLevelDataFile

      public void backupLevelDataFile(DynamicRegistryManager registryManager, SaveProperties saveProperties, @Nullable @Nullable NbtCompound nbt)
      Mappings:
      Namespace Name Mixin selector
      official a Ldve$c;a(Lhn;Ldvk;Lqp;)V
      intermediary method_27426 Lnet/minecraft/class_32$class_5143;method_27426(Lnet/minecraft/class_5455;Lnet/minecraft/class_5219;Lnet/minecraft/class_2487;)V
      named backupLevelDataFile Lnet/minecraft/world/level/storage/LevelStorage$Session;backupLevelDataFile(Lnet/minecraft/registry/DynamicRegistryManager;Lnet/minecraft/world/SaveProperties;Lnet/minecraft/nbt/NbtCompound;)V
    • getIconFile

      public Optional<Path> getIconFile()
      Mappings:
      Namespace Name Mixin selector
      official e Ldve$c;e()Ljava/util/Optional;
      intermediary method_27014 Lnet/minecraft/class_32$class_5143;method_27014()Ljava/util/Optional;
      named getIconFile Lnet/minecraft/world/level/storage/LevelStorage$Session;getIconFile()Ljava/util/Optional;
    • deleteSessionLock

      public void deleteSessionLock() throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official f Ldve$c;f()V
      intermediary method_27015 Lnet/minecraft/class_32$class_5143;method_27015()V
      named deleteSessionLock Lnet/minecraft/world/level/storage/LevelStorage$Session;deleteSessionLock()V
    • save

      public void save(String name) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Ldve$c;a(Ljava/lang/String;)V
      intermediary method_27008 Lnet/minecraft/class_32$class_5143;method_27008(Ljava/lang/String;)V
      named save Lnet/minecraft/world/level/storage/LevelStorage$Session;save(Ljava/lang/String;)V
    • createBackup

      public long createBackup() throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official g Ldve$c;g()J
      intermediary method_27016 Lnet/minecraft/class_32$class_5143;method_27016()J
      named createBackup Lnet/minecraft/world/level/storage/LevelStorage$Session;createBackup()J
    • close

      public void close() throws IOException
      Specified by:
      close in interface AutoCloseable
      Throws:
      IOException