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 ecg$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 Lecg$c;b:Lard;
      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 Lecg$c;c:Lecg$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 Lecg$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 Lecg$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

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

    • getLevelStorage

      public LevelStorage getLevelStorage()
      Mappings:
      Namespace Name Mixin selector
      official a Lecg$c;a()Lecg;
      intermediary method_52617 Lnet/minecraft/class_32$class_5143;method_52617()Lnet/minecraft/class_32;
      named getLevelStorage Lnet/minecraft/world/level/storage/LevelStorage$Session;getLevelStorage()Lnet/minecraft/world/level/storage/LevelStorage;
    • getDirectoryName

      public String getDirectoryName()
      Mappings:
      Namespace Name Mixin selector
      official b Lecg$c;b()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 Lecg$c;a(Lece;)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 Lecg$c;a(Laev;)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 i Lecg$c;i()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 c Lecg$c;c()Lecj;
      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 d Lecg$c;d()Lech;
      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 Lecg$c;a(Lcom/mojang/serialization/DynamicOps;Lcqo;Lhq;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 e Lecg$c;e()Lcqo;
      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 Lecg$c;a(Lhr;Lecm;)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 Lecg$c;a(Lhr;Lecm;Lqw;)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 f Lecg$c;f()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 g Lecg$c;g()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 Lecg$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 h Lecg$c;h()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