Package net.minecraft.util.logging
Class UncaughtExceptionHandler
java.lang.Object
net.minecraft.util.logging.UncaughtExceptionHandler
- All Implemented Interfaces:
Thread.UncaughtExceptionHandler
- Mappings:
Namespace Name named net/minecraft/util/logging/UncaughtExceptionHandler
intermediary net/minecraft/class_143
official s
-
Field Details
-
Constructor Details
-
Method Details
-
uncaughtException
- Specified by:
uncaughtException
in interfaceThread.UncaughtExceptionHandler
- Mappings:
Namespace Name Mixin selector named uncaughtException
Lnet/minecraft/util/logging/UncaughtExceptionHandler;uncaughtException(Ljava/lang/Thread;Ljava/lang/Throwable;)V
intermediary uncaughtException
Lnet/minecraft/class_143;uncaughtException(Ljava/lang/Thread;Ljava/lang/Throwable;)V
official uncaughtException
Ls;uncaughtException(Ljava/lang/Thread;Ljava/lang/Throwable;)V
-