Package net.minecraft.util.crash
Class CrashReport
java.lang.Object
net.minecraft.util.crash.CrashReport
- Mappings:
Namespace Name official bintermediary net/minecraft/class_1named net/minecraft/util/crash/CrashReport
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Throwableprivate Fileprivate booleanprivate static final Loggerprivate final Stringprivate final Listprivate StackTraceElement[]private final CrashReportSection -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddElement(String name) addElement(String name, int ignoredStackTraceCallCount) voidaddStackTrace(StringBuilder stringBuilder) asString()static CrashReportprivate voidprivate static StringgetCause()getFile()booleanwriteToFile(File file)
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official aLb;a:Lorg/apache/logging/log4j/Logger;intermediary field_7610Lnet/minecraft/class_1;field_7610:Lorg/apache/logging/log4j/Logger;named LOGGERLnet/minecraft/util/crash/CrashReport;LOGGER:Lorg/apache/logging/log4j/Logger;
-
message
- Mappings:
Namespace Name Mixin selector official bLb;b:Ljava/lang/String;intermediary field_1Lnet/minecraft/class_1;field_1:Ljava/lang/String;named messageLnet/minecraft/util/crash/CrashReport;message:Ljava/lang/String;
-
cause
- Mappings:
Namespace Name Mixin selector official cLb;c:Ljava/lang/Throwable;intermediary field_2Lnet/minecraft/class_1;field_2:Ljava/lang/Throwable;named causeLnet/minecraft/util/crash/CrashReport;cause:Ljava/lang/Throwable;
-
systemDetailsSection
- Mappings:
Namespace Name Mixin selector official dLb;d:Lj;intermediary field_4933Lnet/minecraft/class_1;field_4933:Lnet/minecraft/class_1392;named systemDetailsSectionLnet/minecraft/util/crash/CrashReport;systemDetailsSection:Lnet/minecraft/util/crash/CrashReportSection;
-
otherSections
- Mappings:
Namespace Name Mixin selector official eLb;e:Ljava/util/List;intermediary field_4934Lnet/minecraft/class_1;field_4934:Ljava/util/List;named otherSectionsLnet/minecraft/util/crash/CrashReport;otherSections:Ljava/util/List;
-
file
- Mappings:
Namespace Name Mixin selector official fLb;f:Ljava/io/File;intermediary field_4Lnet/minecraft/class_1;field_4:Ljava/io/File;named fileLnet/minecraft/util/crash/CrashReport;file:Ljava/io/File;
-
hasStackTrace
private boolean hasStackTrace- Mappings:
Namespace Name Mixin selector official gLb;g:Zintermediary field_4935Lnet/minecraft/class_1;field_4935:Znamed hasStackTraceLnet/minecraft/util/crash/CrashReport;hasStackTrace:Z
-
stackTrace
- Mappings:
Namespace Name Mixin selector official hLb;h:[Ljava/lang/StackTraceElement;intermediary field_4936Lnet/minecraft/class_1;field_4936:[Ljava/lang/StackTraceElement;named stackTraceLnet/minecraft/util/crash/CrashReport;stackTrace:[Ljava/lang/StackTraceElement;
-
-
Constructor Details
-
CrashReport
- Mappings:
Namespace Name Mixin selector official <init>Lb;<init>(Ljava/lang/String;Ljava/lang/Throwable;)Vintermediary <init>Lnet/minecraft/class_1;<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 hLb;h()Vintermediary method_12Lnet/minecraft/class_1;method_12()Vnamed fillSystemDetailsLnet/minecraft/util/crash/CrashReport;fillSystemDetails()V
-
getMessage
- Mappings:
Namespace Name Mixin selector official aLb;a()Ljava/lang/String;intermediary method_1Lnet/minecraft/class_1;method_1()Ljava/lang/String;named getMessageLnet/minecraft/util/crash/CrashReport;getMessage()Ljava/lang/String;
-
getCause
- Mappings:
Namespace Name Mixin selector official bLb;b()Ljava/lang/Throwable;intermediary method_7Lnet/minecraft/class_1;method_7()Ljava/lang/Throwable;named getCauseLnet/minecraft/util/crash/CrashReport;getCause()Ljava/lang/Throwable;
-
addStackTrace
- Mappings:
Namespace Name Mixin selector official aLb;a(Ljava/lang/StringBuilder;)Vintermediary method_6Lnet/minecraft/class_1;method_6(Ljava/lang/StringBuilder;)Vnamed addStackTraceLnet/minecraft/util/crash/CrashReport;addStackTrace(Ljava/lang/StringBuilder;)V
-
getCauseAsString
- Mappings:
Namespace Name Mixin selector official dLb;d()Ljava/lang/String;intermediary method_9Lnet/minecraft/class_1;method_9()Ljava/lang/String;named getCauseAsStringLnet/minecraft/util/crash/CrashReport;getCauseAsString()Ljava/lang/String;
-
asString
- Mappings:
Namespace Name Mixin selector official eLb;e()Ljava/lang/String;intermediary method_10Lnet/minecraft/class_1;method_10()Ljava/lang/String;named asStringLnet/minecraft/util/crash/CrashReport;asString()Ljava/lang/String;
-
getFile
- Mappings:
Namespace Name Mixin selector official fLb;f()Ljava/io/File;intermediary method_11Lnet/minecraft/class_1;method_11()Ljava/io/File;named getFileLnet/minecraft/util/crash/CrashReport;getFile()Ljava/io/File;
-
writeToFile
- Mappings:
Namespace Name Mixin selector official aLb;a(Ljava/io/File;)Zintermediary method_5008Lnet/minecraft/class_1;method_5008(Ljava/io/File;)Znamed writeToFileLnet/minecraft/util/crash/CrashReport;writeToFile(Ljava/io/File;)Z
-
getSystemDetailsSection
- Mappings:
Namespace Name Mixin selector official gLb;g()Lj;intermediary method_4085Lnet/minecraft/class_1;method_4085()Lnet/minecraft/class_1392;named getSystemDetailsSectionLnet/minecraft/util/crash/CrashReport;getSystemDetailsSection()Lnet/minecraft/util/crash/CrashReportSection;
-
addElement
- Mappings:
Namespace Name Mixin selector official aLb;a(Ljava/lang/String;)Lj;intermediary method_4082Lnet/minecraft/class_1;method_4082(Ljava/lang/String;)Lnet/minecraft/class_1392;named addElementLnet/minecraft/util/crash/CrashReport;addElement(Ljava/lang/String;)Lnet/minecraft/util/crash/CrashReportSection;
-
addElement
- Mappings:
Namespace Name Mixin selector official aLb;a(Ljava/lang/String;I)Lj;intermediary method_6613Lnet/minecraft/class_1;method_6613(Ljava/lang/String;I)Lnet/minecraft/class_1392;named addElementLnet/minecraft/util/crash/CrashReport;addElement(Ljava/lang/String;I)Lnet/minecraft/util/crash/CrashReportSection;
-
generateWittyComment
- Mappings:
Namespace Name Mixin selector official iLb;i()Ljava/lang/String;intermediary method_13Lnet/minecraft/class_1;method_13()Ljava/lang/String;named generateWittyCommentLnet/minecraft/util/crash/CrashReport;generateWittyComment()Ljava/lang/String;
-
create
- Mappings:
Namespace Name Mixin selector official aLb;a(Ljava/lang/Throwable;Ljava/lang/String;)Lb;intermediary method_4084Lnet/minecraft/class_1;method_4084(Ljava/lang/Throwable;Ljava/lang/String;)Lnet/minecraft/class_1;named createLnet/minecraft/util/crash/CrashReport;create(Ljava/lang/Throwable;Ljava/lang/String;)Lnet/minecraft/util/crash/CrashReport;
-