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 ekk
intermediary net/minecraft/class_4353
named net/minecraft/client/realms/exception/RealmsDefaultUncaughtExceptionHandler
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
logger
- Mappings:
Namespace Name Mixin selector official a
Lekk;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
- Mappings:
Namespace Name Mixin selector official <init>
Lekk;<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
- Specified by:
uncaughtException
in interfaceThread.UncaughtExceptionHandler
- Mappings:
Namespace Name Mixin selector official uncaughtException
Lekk;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
-