Package net.minecraft.util.logging
Class UncaughtExceptionLogger
java.lang.Object
net.minecraft.util.logging.UncaughtExceptionLogger
- All Implemented Interfaces:
 Thread.UncaughtExceptionHandler
- Mappings:
 Namespace Name official rintermediary net/minecraft/class_140named net/minecraft/util/logging/UncaughtExceptionLogger
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
logger
- Mappings:
 Namespace Name Mixin selector official aLr;a:Lorg/slf4j/Logger;intermediary field_1113Lnet/minecraft/class_140;field_1113:Lorg/slf4j/Logger;named loggerLnet/minecraft/util/logging/UncaughtExceptionLogger;logger:Lorg/slf4j/Logger;
 
 - 
 - 
Constructor Details
- 
UncaughtExceptionLogger
- Mappings:
 Namespace Name Mixin selector official <init>Lr;<init>(Lorg/slf4j/Logger;)Vintermediary <init>Lnet/minecraft/class_140;<init>(Lorg/slf4j/Logger;)Vnamed <init>Lnet/minecraft/util/logging/UncaughtExceptionLogger;<init>(Lorg/slf4j/Logger;)V
 
 - 
 - 
Method Details
- 
uncaughtException
- Specified by:
 uncaughtExceptionin interfaceThread.UncaughtExceptionHandler- Mappings:
 Namespace Name Mixin selector official uncaughtExceptionLr;uncaughtException(Ljava/lang/Thread;Ljava/lang/Throwable;)Vintermediary uncaughtExceptionLnet/minecraft/class_140;uncaughtException(Ljava/lang/Thread;Ljava/lang/Throwable;)Vnamed uncaughtExceptionLnet/minecraft/util/logging/UncaughtExceptionLogger;uncaughtException(Ljava/lang/Thread;Ljava/lang/Throwable;)V
 
 -