Class LevelStorageException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.minecraft.world.level.storage.LevelStorageException
All Implemented Interfaces:
Serializable

public class LevelStorageException extends RuntimeException
See Also:
Mappings:
Namespace Name
official dvd
intermediary net/minecraft/class_33
named net/minecraft/world/level/storage/LevelStorageException
  • Field Details

    • messageText

      private final Text messageText
      Mappings:
      Namespace Name Mixin selector
      official a Ldvd;a:Lss;
      intermediary field_38981 Lnet/minecraft/class_33;field_38981:Lnet/minecraft/class_2561;
      named messageText Lnet/minecraft/world/level/storage/LevelStorageException;messageText:Lnet/minecraft/text/Text;
  • Constructor Details

    • LevelStorageException

      public LevelStorageException(Text messageText)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldvd;<init>(Lss;)V
      intermediary <init> Lnet/minecraft/class_33;<init>(Lnet/minecraft/class_2561;)V
      named <init> Lnet/minecraft/world/level/storage/LevelStorageException;<init>(Lnet/minecraft/text/Text;)V
  • Method Details

    • getMessageText

      public Text getMessageText()
      Mappings:
      Namespace Name Mixin selector
      official a Ldvd;a()Lss;
      intermediary method_43416 Lnet/minecraft/class_33;method_43416()Lnet/minecraft/class_2561;
      named getMessageText Lnet/minecraft/world/level/storage/LevelStorageException;getMessageText()Lnet/minecraft/text/Text;