Class SessionLock.AlreadyLockedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
net.minecraft.world.level.storage.SessionLock.AlreadyLockedException
All Implemented Interfaces:
Serializable
Enclosing class:
SessionLock

public static class SessionLock.AlreadyLockedException extends IOException
See Also:
Mappings:
Namespace Name
official ani$a
intermediary net/minecraft/class_5125$class_5126
named net/minecraft/world/level/storage/SessionLock$AlreadyLockedException
  • Constructor Details

    • AlreadyLockedException

      private AlreadyLockedException(Path path, String message)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lani$a;<init>(Ljava/nio/file/Path;Ljava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_5125$class_5126;<init>(Ljava/nio/file/Path;Ljava/lang/String;)V
      named <init> Lnet/minecraft/world/level/storage/SessionLock$AlreadyLockedException;<init>(Ljava/nio/file/Path;Ljava/lang/String;)V
  • Method Details

    • create

      public static SessionLock.AlreadyLockedException create(Path path)
      Mappings:
      Namespace Name Mixin selector
      official a Lani$a;a(Ljava/nio/file/Path;)Lani$a;
      intermediary method_26805 Lnet/minecraft/class_5125$class_5126;method_26805(Ljava/nio/file/Path;)Lnet/minecraft/class_5125$class_5126;
      named create Lnet/minecraft/world/level/storage/SessionLock$AlreadyLockedException;create(Ljava/nio/file/Path;)Lnet/minecraft/world/level/storage/SessionLock$AlreadyLockedException;