Modifier and Type | Method and Description |
---|---|
void |
FMLCommonHandler.enhanceCrashReport(CrashReport crashReport,
CrashReportCategory category) |
Modifier and Type | Method and Description |
---|---|
CrashReport |
Minecraft.addGraphicsAndWorldToCrashReport(CrashReport par1CrashReport)
adds core server Info (GL version , Texture pack, isModded, type), and the worldInfo to the crash report
|
Modifier and Type | Method and Description |
---|---|
CrashReport |
Minecraft.addGraphicsAndWorldToCrashReport(CrashReport par1CrashReport)
adds core server Info (GL version , Texture pack, isModded, type), and the worldInfo to the crash report
|
void |
Minecraft.crashed(CrashReport par1CrashReport) |
void |
Minecraft.displayCrashReport(CrashReport par1CrashReport)
Wrapper around displayCrashReportInternal
|
void |
MinecraftAppletImpl.displayCrashReportInternal(CrashReport par1CrashReport) |
abstract void |
Minecraft.displayCrashReportInternal(CrashReport crashreport) |
Constructor and Description |
---|
PanelCrashReport(CrashReport par1CrashReport) |
Modifier and Type | Method and Description |
---|---|
CrashReportCategory |
WorldClient.addWorldInfoToCrashReport(CrashReport par1CrashReport)
Adds some basic stats of the world to the given crash report.
|
Modifier and Type | Method and Description |
---|---|
static CrashReport |
CrashReport.makeCrashReport(Throwable par0Throwable,
String par1Str)
Creates a crash report for the exception
|
Constructor and Description |
---|
CallableMinecraftVersion(CrashReport par1CrashReport) |
CrashReportCategory(CrashReport par1CrashReport,
String par2Str) |
Modifier and Type | Method and Description |
---|---|
CrashReport |
MinecraftServer.addServerInfoToCrashReport(CrashReport par1CrashReport)
Adds the server info, including from theWorldServer, to the crash report.
|
Modifier and Type | Method and Description |
---|---|
CrashReport |
MinecraftServer.addServerInfoToCrashReport(CrashReport par1CrashReport)
Adds the server info, including from theWorldServer, to the crash report.
|
Modifier and Type | Method and Description |
---|---|
CrashReport |
DedicatedServer.addServerInfoToCrashReport(CrashReport par1CrashReport)
Adds the server info, including from theWorldServer, to the crash report.
|
Modifier and Type | Method and Description |
---|---|
CrashReport |
DedicatedServer.addServerInfoToCrashReport(CrashReport par1CrashReport)
Adds the server info, including from theWorldServer, to the crash report.
|
Modifier and Type | Method and Description |
---|---|
CrashReport |
IntegratedServer.addServerInfoToCrashReport(CrashReport par1CrashReport)
Adds the server info, including from theWorldServer, to the crash report.
|
Modifier and Type | Method and Description |
---|---|
CrashReport |
IntegratedServer.addServerInfoToCrashReport(CrashReport par1CrashReport)
Adds the server info, including from theWorldServer, to the crash report.
|
Modifier and Type | Method and Description |
---|---|
CrashReport |
ReportedException.getCrashReport()
Gets the CrashReport wrapped by this exception.
|
Constructor and Description |
---|
ReportedException(CrashReport par1CrashReport) |
Modifier and Type | Method and Description |
---|---|
CrashReportCategory |
World.addWorldInfoToCrashReport(CrashReport par1CrashReport)
Adds some basic stats of the world to the given crash report.
|