Class RealmsDefaultUncaughtExceptionHandler

java.lang.Object
net.minecraft.client.realms.exception.RealmsDefaultUncaughtExceptionHandler
All Implemented Interfaces:
Thread.UncaughtExceptionHandler

@Environment(CLIENT) public class RealmsDefaultUncaughtExceptionHandler extends Object implements Thread.UncaughtExceptionHandler
Mappings:
Namespace Name
official egb
intermediary net/minecraft/class_4353
named net/minecraft/client/realms/exception/RealmsDefaultUncaughtExceptionHandler
  • Field Details

    • logger

      private final Logger logger
      Mappings:
      Namespace Name Mixin selector
      official a Legb;a:Lorg/slf4j/Logger;
      intermediary field_19603 Lnet/minecraft/class_4353;field_19603:Lorg/slf4j/Logger;
      named logger Lnet/minecraft/client/realms/exception/RealmsDefaultUncaughtExceptionHandler;logger:Lorg/slf4j/Logger;
  • Constructor Details

    • RealmsDefaultUncaughtExceptionHandler

      public RealmsDefaultUncaughtExceptionHandler(Logger logger)
      Mappings:
      Namespace Name Mixin selector
      official <init> Legb;<init>(Lorg/slf4j/Logger;)V
      intermediary <init> Lnet/minecraft/class_4353;<init>(Lorg/slf4j/Logger;)V
      named <init> Lnet/minecraft/client/realms/exception/RealmsDefaultUncaughtExceptionHandler;<init>(Lorg/slf4j/Logger;)V
  • Method Details

    • uncaughtException

      public void uncaughtException(Thread t, Throwable e)
      Specified by:
      uncaughtException in interface Thread.UncaughtExceptionHandler
      Mappings:
      Namespace Name Mixin selector
      official uncaughtException Legb;uncaughtException(Ljava/lang/Thread;Ljava/lang/Throwable;)V
      intermediary uncaughtException Lnet/minecraft/class_4353;uncaughtException(Ljava/lang/Thread;Ljava/lang/Throwable;)V
      named uncaughtException Lnet/minecraft/client/realms/exception/RealmsDefaultUncaughtExceptionHandler;uncaughtException(Ljava/lang/Thread;Ljava/lang/Throwable;)V