Modifier and Type | Field and Description |
---|---|
private CrashReport |
Minecraft.crashReporter |
Modifier and Type | Method and Description |
---|---|
CrashReport |
Minecraft.addGraphicsAndWorldToCrashReport(CrashReport theCrash) |
Modifier and Type | Method and Description |
---|---|
CrashReport |
Minecraft.addGraphicsAndWorldToCrashReport(CrashReport theCrash) |
void |
Minecraft.crashed(CrashReport crash) |
static void |
Minecraft.displayCrashReport(CrashReport report) |
static void |
Minecraft.fillCrashReport(LanguageManager languageManagerIn,
java.lang.String versionIn,
GameSettings settingsIn,
CrashReport crashReportIn) |
Modifier and Type | Method and Description |
---|---|
CrashReportCategory |
ClientWorld.fillCrashReport(CrashReport report) |
Modifier and Type | Field and Description |
---|---|
private CrashReport |
CrashReportCategory.crashReport |
private CrashReport |
ReportedException.crashReport |
Modifier and Type | Method and Description |
---|---|
CrashReport |
ReportedException.getCrashReport() |
static CrashReport |
CrashReport.makeCrashReport(java.lang.Throwable causeIn,
java.lang.String descriptionIn) |
Constructor and Description |
---|
CrashReportCategory(CrashReport report,
java.lang.String name) |
ReportedException(CrashReport report) |
Modifier and Type | Method and Description |
---|---|
private CrashReport |
CompoundNBT.func_229677_a_(java.lang.String p_229677_1_,
INBTType<?> p_229677_2_,
java.lang.ClassCastException p_229677_3_) |
Modifier and Type | Method and Description |
---|---|
CrashReport |
MinecraftServer.addServerInfoToCrashReport(CrashReport report) |
Modifier and Type | Method and Description |
---|---|
CrashReport |
MinecraftServer.addServerInfoToCrashReport(CrashReport report) |
protected void |
MinecraftServer.finalTick(CrashReport report) |
Modifier and Type | Method and Description |
---|---|
CrashReport |
DedicatedServer.addServerInfoToCrashReport(CrashReport report) |
Modifier and Type | Method and Description |
---|---|
CrashReport |
DedicatedServer.addServerInfoToCrashReport(CrashReport report) |
Modifier and Type | Method and Description |
---|---|
CrashReport |
IntegratedServer.addServerInfoToCrashReport(CrashReport report) |
Modifier and Type | Method and Description |
---|---|
CrashReport |
IntegratedServer.addServerInfoToCrashReport(CrashReport report) |
void |
IntegratedServer.finalTick(CrashReport report) |
Modifier and Type | Method and Description |
---|---|
CrashReportCategory |
World.fillCrashReport(CrashReport report) |
Modifier and Type | Method and Description |
---|---|
static void |
CrashReportExtender.addCrashReportHeader(java.lang.StringBuilder stringbuilder,
CrashReport crashReport) |
static void |
CrashReportExtender.enhanceCrashReport(CrashReport crashReport,
CrashReportCategory category) |