Package net.minecraft.util.crash
Class CrashReport
java.lang.Object
net.minecraft.util.crash.CrashReport
- Mappings:
 Namespace Name official ointermediary net/minecraft/class_128named net/minecraft/util/crash/CrashReport
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Throwableprivate static final DateTimeFormatterprivate Fileprivate booleanprivate static final Loggerprivate final Stringprivate final List<CrashReportSection>private StackTraceElement[]private final SystemDetails - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionaddElement(String name) addElement(String name, int ignoredStackTraceCallCount) voidaddStackTrace(StringBuilder crashReportBuilder) asString()static CrashReportprivate static StringgetCause()getFile()static voidbooleanwriteToFile(File file)  
- 
Field Details
- 
LOGGER
- Mappings:
 Namespace Name Mixin selector official aLo;a:Lorg/slf4j/Logger;intermediary field_1091Lnet/minecraft/class_128;field_1091:Lorg/slf4j/Logger;named LOGGERLnet/minecraft/util/crash/CrashReport;LOGGER:Lorg/slf4j/Logger;
 - 
DATE_TIME_FORMATTER
- Mappings:
 Namespace Name Mixin selector official bLo;b:Ljava/time/format/DateTimeFormatter;intermediary field_39880Lnet/minecraft/class_128;field_39880:Ljava/time/format/DateTimeFormatter;named DATE_TIME_FORMATTERLnet/minecraft/util/crash/CrashReport;DATE_TIME_FORMATTER:Ljava/time/format/DateTimeFormatter;
 - 
message
- Mappings:
 Namespace Name Mixin selector official cLo;c:Ljava/lang/String;intermediary field_1087Lnet/minecraft/class_128;field_1087:Ljava/lang/String;named messageLnet/minecraft/util/crash/CrashReport;message:Ljava/lang/String;
 - 
cause
- Mappings:
 Namespace Name Mixin selector official dLo;d:Ljava/lang/Throwable;intermediary field_1093Lnet/minecraft/class_128;field_1093:Ljava/lang/Throwable;named causeLnet/minecraft/util/crash/CrashReport;cause:Ljava/lang/Throwable;
 - 
otherSections
- Mappings:
 Namespace Name Mixin selector official eLo;e:Ljava/util/List;intermediary field_1089Lnet/minecraft/class_128;field_1089:Ljava/util/List;named otherSectionsLnet/minecraft/util/crash/CrashReport;otherSections:Ljava/util/List;
 - 
file
- Mappings:
 Namespace Name Mixin selector official fLo;f:Ljava/io/File;intermediary field_1090Lnet/minecraft/class_128;field_1090:Ljava/io/File;named fileLnet/minecraft/util/crash/CrashReport;file:Ljava/io/File;
 - 
hasStackTrace
private boolean hasStackTrace- Mappings:
 Namespace Name Mixin selector official gLo;g:Zintermediary field_1086Lnet/minecraft/class_128;field_1086:Znamed hasStackTraceLnet/minecraft/util/crash/CrashReport;hasStackTrace:Z
 - 
stackTrace
- Mappings:
 Namespace Name Mixin selector official hLo;h:[Ljava/lang/StackTraceElement;intermediary field_1088Lnet/minecraft/class_128;field_1088:[Ljava/lang/StackTraceElement;named stackTraceLnet/minecraft/util/crash/CrashReport;stackTrace:[Ljava/lang/StackTraceElement;
 - 
systemDetailsSection
- Mappings:
 Namespace Name Mixin selector official iLo;i:Lab;intermediary field_1092Lnet/minecraft/class_128;field_1092:Lnet/minecraft/class_6396;named systemDetailsSectionLnet/minecraft/util/crash/CrashReport;systemDetailsSection:Lnet/minecraft/util/SystemDetails;
 
 - 
 - 
Constructor Details
- 
CrashReport
- Mappings:
 Namespace Name Mixin selector official <init>Lo;<init>(Ljava/lang/String;Ljava/lang/Throwable;)Vintermediary <init>Lnet/minecraft/class_128;<init>(Ljava/lang/String;Ljava/lang/Throwable;)Vnamed <init>Lnet/minecraft/util/crash/CrashReport;<init>(Ljava/lang/String;Ljava/lang/Throwable;)V
 
 - 
 - 
Method Details
- 
getMessage
- Mappings:
 Namespace Name Mixin selector official aLo;a()Ljava/lang/String;intermediary method_561Lnet/minecraft/class_128;method_561()Ljava/lang/String;named getMessageLnet/minecraft/util/crash/CrashReport;getMessage()Ljava/lang/String;
 - 
getCause
- Mappings:
 Namespace Name Mixin selector official bLo;b()Ljava/lang/Throwable;intermediary method_564Lnet/minecraft/class_128;method_564()Ljava/lang/Throwable;named getCauseLnet/minecraft/util/crash/CrashReport;getCause()Ljava/lang/Throwable;
 - 
getStackTrace
- Mappings:
 Namespace Name Mixin selector official cLo;c()Ljava/lang/String;intermediary method_36147Lnet/minecraft/class_128;method_36147()Ljava/lang/String;named getStackTraceLnet/minecraft/util/crash/CrashReport;getStackTrace()Ljava/lang/String;
 - 
addStackTrace
- Mappings:
 Namespace Name Mixin selector official aLo;a(Ljava/lang/StringBuilder;)Vintermediary method_555Lnet/minecraft/class_128;method_555(Ljava/lang/StringBuilder;)Vnamed addStackTraceLnet/minecraft/util/crash/CrashReport;addStackTrace(Ljava/lang/StringBuilder;)V
 - 
getCauseAsString
- Mappings:
 Namespace Name Mixin selector official dLo;d()Ljava/lang/String;intermediary method_557Lnet/minecraft/class_128;method_557()Ljava/lang/String;named getCauseAsStringLnet/minecraft/util/crash/CrashReport;getCauseAsString()Ljava/lang/String;
 - 
asString
- Mappings:
 Namespace Name Mixin selector official eLo;e()Ljava/lang/String;intermediary method_568Lnet/minecraft/class_128;method_568()Ljava/lang/String;named asStringLnet/minecraft/util/crash/CrashReport;asString()Ljava/lang/String;
 - 
getFile
- Mappings:
 Namespace Name Mixin selector official fLo;f()Ljava/io/File;intermediary method_572Lnet/minecraft/class_128;method_572()Ljava/io/File;named getFileLnet/minecraft/util/crash/CrashReport;getFile()Ljava/io/File;
 - 
writeToFile
- Mappings:
 Namespace Name Mixin selector official aLo;a(Ljava/io/File;)Zintermediary method_569Lnet/minecraft/class_128;method_569(Ljava/io/File;)Znamed writeToFileLnet/minecraft/util/crash/CrashReport;writeToFile(Ljava/io/File;)Z
 - 
getSystemDetailsSection
- Mappings:
 Namespace Name Mixin selector official gLo;g()Lab;intermediary method_567Lnet/minecraft/class_128;method_567()Lnet/minecraft/class_6396;named getSystemDetailsSectionLnet/minecraft/util/crash/CrashReport;getSystemDetailsSection()Lnet/minecraft/util/SystemDetails;
 - 
addElement
- Mappings:
 Namespace Name Mixin selector official aLo;a(Ljava/lang/String;)Lp;intermediary method_562Lnet/minecraft/class_128;method_562(Ljava/lang/String;)Lnet/minecraft/class_129;named addElementLnet/minecraft/util/crash/CrashReport;addElement(Ljava/lang/String;)Lnet/minecraft/util/crash/CrashReportSection;
 - 
addElement
- Mappings:
 Namespace Name Mixin selector official aLo;a(Ljava/lang/String;I)Lp;intermediary method_556Lnet/minecraft/class_128;method_556(Ljava/lang/String;I)Lnet/minecraft/class_129;named addElementLnet/minecraft/util/crash/CrashReport;addElement(Ljava/lang/String;I)Lnet/minecraft/util/crash/CrashReportSection;
 - 
generateWittyComment
- Mappings:
 Namespace Name Mixin selector official iLo;i()Ljava/lang/String;intermediary method_573Lnet/minecraft/class_128;method_573()Ljava/lang/String;named generateWittyCommentLnet/minecraft/util/crash/CrashReport;generateWittyComment()Ljava/lang/String;
 - 
create
- Mappings:
 Namespace Name Mixin selector official aLo;a(Ljava/lang/Throwable;Ljava/lang/String;)Lo;intermediary method_560Lnet/minecraft/class_128;method_560(Ljava/lang/Throwable;Ljava/lang/String;)Lnet/minecraft/class_128;named createLnet/minecraft/util/crash/CrashReport;create(Ljava/lang/Throwable;Ljava/lang/String;)Lnet/minecraft/util/crash/CrashReport;
 - 
initCrashReport
public static void initCrashReport()- Mappings:
 Namespace Name Mixin selector official hLo;h()Vintermediary method_24305Lnet/minecraft/class_128;method_24305()Vnamed initCrashReportLnet/minecraft/util/crash/CrashReport;initCrashReport()V
 
 -