Package net.minecraft.util.crash
Class CrashReport
java.lang.Object
net.minecraft.util.crash.CrashReport
public class CrashReport extends Object
- Mappings:
Namespace Name official lintermediary net/minecraft/class_128named net/minecraft/util/crash/CrashReport
-
Field Summary
Fields Modifier and Type Field Description private Throwablecauseprivate Filefileprivate booleanhasStackTraceprivate static LoggerLOGGERprivate Stringmessageprivate List<CrashReportSection>otherSectionsprivate StackTraceElement[]stackTraceprivate CrashReportSectionsystemDetailsSection -
Constructor Summary
Constructors Constructor Description CrashReport(String message, Throwable cause) -
Method Summary
Modifier and Type Method Description CrashReportSectionaddElement(String name)CrashReportSectionaddElement(String name, int ignoredStackTraceCallCount)voidaddStackTrace(StringBuilder stringBuilder)StringasString()static CrashReportcreate(Throwable cause, String title)private voidfillSystemDetails()private static StringgenerateWittyComment()ThrowablegetCause()StringgetCauseAsString()FilegetFile()StringgetMessage()CrashReportSectiongetSystemDetailsSection()static voidinitCrashReport()booleanwriteToFile(File file)
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official aLl;a:Lorg/apache/logging/log4j/Logger;intermediary field_1091Lnet/minecraft/class_128;field_1091:Lorg/apache/logging/log4j/Logger;named LOGGERLnet/minecraft/util/crash/CrashReport;LOGGER:Lorg/apache/logging/log4j/Logger;
-
message
- Mappings:
Namespace Name Mixin selector official bLl;b: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 cLl;c:Ljava/lang/Throwable;intermediary field_1093Lnet/minecraft/class_128;field_1093:Ljava/lang/Throwable;named causeLnet/minecraft/util/crash/CrashReport;cause:Ljava/lang/Throwable;
-
systemDetailsSection
- Mappings:
Namespace Name Mixin selector official dLl;d:Lm;intermediary field_1092Lnet/minecraft/class_128;field_1092:Lnet/minecraft/class_129;named systemDetailsSectionLnet/minecraft/util/crash/CrashReport;systemDetailsSection:Lnet/minecraft/util/crash/CrashReportSection;
-
otherSections
- Mappings:
Namespace Name Mixin selector official eLl;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 fLl;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 gLl;g:Zintermediary field_1086Lnet/minecraft/class_128;field_1086:Znamed hasStackTraceLnet/minecraft/util/crash/CrashReport;hasStackTrace:Z
-
stackTrace
- Mappings:
Namespace Name Mixin selector official hLl;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;
-
-
Constructor Details
-
CrashReport
- Mappings:
Namespace Name Mixin selector official <init>Ll;<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
-
fillSystemDetails
private void fillSystemDetails()- Mappings:
Namespace Name Mixin selector official iLl;i()Vintermediary method_559Lnet/minecraft/class_128;method_559()Vnamed fillSystemDetailsLnet/minecraft/util/crash/CrashReport;fillSystemDetails()V
-
getMessage
- Mappings:
Namespace Name Mixin selector official aLl;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 bLl;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;
-
addStackTrace
- Mappings:
Namespace Name Mixin selector official aLl;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 dLl;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 eLl;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 fLl;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 aLl;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 gLl;g()Lm;intermediary method_567Lnet/minecraft/class_128;method_567()Lnet/minecraft/class_129;named getSystemDetailsSectionLnet/minecraft/util/crash/CrashReport;getSystemDetailsSection()Lnet/minecraft/util/crash/CrashReportSection;
-
addElement
- Mappings:
Namespace Name Mixin selector official aLl;a(Ljava/lang/String;)Lm;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 aLl;a(Ljava/lang/String;I)Lm;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 jLl;j()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 aLl;a(Ljava/lang/Throwable;Ljava/lang/String;)Ll;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 hLl;h()Vintermediary method_24305Lnet/minecraft/class_128;method_24305()Vnamed initCrashReportLnet/minecraft/util/crash/CrashReport;initCrashReport()V
-