Modifier and Type | Method and Description |
---|---|
void |
FMLCommonHandler.enhanceCrashReport(CrashReport crashReport,
CrashReportCategory category) |
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 |
---|---|
CrashReportCategory |
CrashReport.getCategory() |
CrashReportCategory |
CrashReport.makeCategory(String par1Str)
Creates a CrashReportCategory
|
CrashReportCategory |
CrashReport.makeCategoryDepth(String par1Str,
int par2)
Creates a CrashReportCategory for the given stack trace depth
|
Modifier and Type | Method and Description |
---|---|
static void |
CrashReportCategory.addBlockCrashInfo(CrashReportCategory par0CrashReportCategory,
int par1,
int par2,
int par3,
int par4,
int par5) |
Modifier and Type | Method and Description |
---|---|
void |
Entity.addEntityCrashInfo(CrashReportCategory par1CrashReportCategory) |
Modifier and Type | Method and Description |
---|---|
void |
EntityFallingSand.addEntityCrashInfo(CrashReportCategory par1CrashReportCategory) |
Modifier and Type | Method and Description |
---|---|
void |
TileEntity.func_85027_a(CrashReportCategory par1CrashReportCategory) |
Modifier and Type | Method and Description |
---|---|
CrashReportCategory |
World.addWorldInfoToCrashReport(CrashReport par1CrashReport)
Adds some basic stats of the world to the given crash report.
|
Modifier and Type | Method and Description |
---|---|
void |
WorldInfo.addToCrashReport(CrashReportCategory par1CrashReportCategory)
Adds this WorldInfo instance to the crash report.
|