net.minecraft

public class CrashReport

p
net.minecraft.CrashReport
net.minecraft.class_128

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
a
LOGGER
field_1091
private static final DateTimeFormatter
b
DATE_TIME_FORMATTER
field_39880
private final String
c
title
field_1087
private final Throwable
d
exception
field_1093
private final List<CrashReportCategory>
e
details
field_1089
private Path
f
saveFile
field_1090
private boolean
g
trackingStackTrace
field_1086
private StackTraceElement[]
h
uncategorizedStackTrace
field_1088
private final SystemReport
i
systemReport
field_1092

Constructor summary

ModifierConstructor
public (String arg0, Throwable arg1)

Method summary

Modifier and TypeMethod
public String
a()
getTitle()
method_561()
public Throwable
b()
getException()
method_564()
public String
c()
getDetails()
method_36147()
public void
a(StringBuilder arg0)
getDetails(StringBuilder arg0)
method_555(StringBuilder arg0)
public String
d()
getExceptionMessage()
method_557()
public String
a(z arg0, List<String> arg1)
getFriendlyReport(ReportType arg0, List<String> arg1)
method_60921(class_9813 arg0, List<String> arg1)
public String
a(z arg0)
getFriendlyReport(ReportType arg0)
method_60920(class_9813 arg0)
public Path
e()
getSaveFile()
method_572()
public boolean
a(Path arg0, z arg1, List<String> arg2)
saveToFile(Path arg0, ReportType arg1, List<String> arg2)
method_569(Path arg0, class_9813 arg1, List<String> arg2)
public boolean
a(Path arg0, z arg1)
saveToFile(Path arg0, ReportType arg1)
method_60919(Path arg0, class_9813 arg1)
public SystemReport
f()
getSystemReport()
method_567()
public CrashReportCategory
a(String arg0)
addCategory(String arg0)
method_562(String arg0)
public CrashReportCategory
a(String arg0, int arg1)
addCategory(String arg0, int arg1)
method_556(String arg0, int arg1)
public static CrashReport
a(Throwable arg0, String arg1)
forThrowable(Throwable arg0, String arg1)
method_560(Throwable arg0, String arg1)
public static void
g()
preload()
method_24305()