Package net.minecraft.util.logging
Class UncaughtExceptionHandler
java.lang.Object
net.minecraft.util.logging.UncaughtExceptionHandler
- All Implemented Interfaces:
 Thread.UncaughtExceptionHandler
- Mappings:
 Namespace Name official sintermediary net/minecraft/class_143named net/minecraft/util/logging/UncaughtExceptionHandler
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
logger
- Mappings:
 Namespace Name Mixin selector official aLs;a:Lorg/slf4j/Logger;intermediary field_1115Lnet/minecraft/class_143;field_1115:Lorg/slf4j/Logger;named loggerLnet/minecraft/util/logging/UncaughtExceptionHandler;logger:Lorg/slf4j/Logger;
 
 - 
 - 
Constructor Details
- 
UncaughtExceptionHandler
- Mappings:
 Namespace Name Mixin selector official <init>Ls;<init>(Lorg/slf4j/Logger;)Vintermediary <init>Lnet/minecraft/class_143;<init>(Lorg/slf4j/Logger;)Vnamed <init>Lnet/minecraft/util/logging/UncaughtExceptionHandler;<init>(Lorg/slf4j/Logger;)V
 
 - 
 - 
Method Details
- 
uncaughtException
- Specified by:
 uncaughtExceptionin interfaceThread.UncaughtExceptionHandler- Mappings:
 Namespace Name Mixin selector official uncaughtExceptionLs;uncaughtException(Ljava/lang/Thread;Ljava/lang/Throwable;)Vintermediary uncaughtExceptionLnet/minecraft/class_143;uncaughtException(Ljava/lang/Thread;Ljava/lang/Throwable;)Vnamed uncaughtExceptionLnet/minecraft/util/logging/UncaughtExceptionHandler;uncaughtException(Ljava/lang/Thread;Ljava/lang/Throwable;)V
 
 -