Package net.minecraft
Class CrashReport
java.lang.Object
net.minecraft.CrashReport
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final DateTimeFormatterprivate final List<CrashReportCategory>private final Throwableprivate static final org.slf4j.Loggerprivate Fileprivate final SystemReportprivate final Stringprivate booleanprivate StackTraceElement[]
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionaddCategory(String p_127515_) addCategory(String p_127517_, int p_127518_) static CrashReportforThrowable(Throwable p_127522_, String p_127523_) voidgetDetails(StringBuilder p_127520_) private static StringgetTitle()static voidpreload()booleansaveToFile(File p_127513_) 
- 
Field Details- 
LOGGERprivate static final org.slf4j.Logger LOGGER
- 
DATE_TIME_FORMATTER
- 
title
- 
exception
- 
details
- 
saveFile
- 
trackingStackTraceprivate boolean trackingStackTrace
- 
uncategorizedStackTrace
- 
systemReport
 
- 
- 
Constructor Details- 
CrashReport
 
- 
- 
Method Details- 
getTitle
- 
getException
- 
getDetails
- 
getDetails
- 
getExceptionMessage
- 
getFriendlyReport
- 
getSaveFile
- 
saveToFile
- 
getSystemReport
- 
addCategory
- 
addCategory
- 
getErrorComment
- 
forThrowable
- 
preloadpublic static void preload()
 
-