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 dkp$a
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 Ldkp$a;b:Lait;
      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 Path directory
      Mappings:
      Namespace Name Mixin selector
      official c Ldkp$a;c:Ljava/nio/file/Path;
      intermediary field_23768 Lnet/minecraft/class_32$class_5143;field_23768:Ljava/nio/file/Path;
      named directory Lnet/minecraft/world/level/storage/LevelStorage$Session;directory:Ljava/nio/file/Path;
    • directoryName

      private final String directoryName
      Mappings:
      Namespace Name Mixin selector
      official d Ldkp$a;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 Ldkp$a;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> Ldkp$a;<init>(Ldkp;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 Ldkp$a;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 Ldkp$a;a(Ldkn;)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 Ldkp$a;a(Lys;)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/util/registry/RegistryKey;)Ljava/nio/file/Path;
    • checkValid

      private void checkValid()
      Mappings:
      Namespace Name Mixin selector
      official h Ldkp$a;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 Ldkp$a;b()Ldks;
      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 Ldkp$a;c()Ldkq;
      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 SaveProperties readLevelProperties(com.mojang.serialization.DynamicOps<NbtElement> ops, DataPackSettings dataPackSettings, com.mojang.serialization.Lifecycle lifecycle)
      Mappings:
      Namespace Name Mixin selector
      official a Ldkp$a;a(Lcom/mojang/serialization/DynamicOps;Lcaj;Lcom/mojang/serialization/Lifecycle;)Ldkv;
      intermediary method_27013 Lnet/minecraft/class_32$class_5143;method_27013(Lcom/mojang/serialization/DynamicOps;Lnet/minecraft/class_5359;Lcom/mojang/serialization/Lifecycle;)Lnet/minecraft/class_5219;
      named readLevelProperties Lnet/minecraft/world/level/storage/LevelStorage$Session;readLevelProperties(Lcom/mojang/serialization/DynamicOps;Lnet/minecraft/resource/DataPackSettings;Lcom/mojang/serialization/Lifecycle;)Lnet/minecraft/world/SaveProperties;
    • getDataPackSettings

      @Nullable public @Nullable DataPackSettings getDataPackSettings()
      Mappings:
      Namespace Name Mixin selector
      official d Ldkp$a;d()Lcaj;
      intermediary method_29585 Lnet/minecraft/class_32$class_5143;method_29585()Lnet/minecraft/class_5359;
      named getDataPackSettings Lnet/minecraft/world/level/storage/LevelStorage$Session;getDataPackSettings()Lnet/minecraft/resource/DataPackSettings;
    • backupLevelDataFile

      public void backupLevelDataFile(DynamicRegistryManager registryManager, SaveProperties saveProperties)
      Mappings:
      Namespace Name Mixin selector
      official a Ldkp$a;a(Lhc;Ldkv;)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/util/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 Ldkp$a;a(Lhc;Ldkv;Lok;)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/util/registry/DynamicRegistryManager;Lnet/minecraft/world/SaveProperties;Lnet/minecraft/nbt/NbtCompound;)V
    • getIconFile

      public Optional<Path> getIconFile()
      Mappings:
      Namespace Name Mixin selector
      official e Ldkp$a;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 Ldkp$a;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 Ldkp$a;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 Ldkp$a;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