Modifier and Type | Method and Description |
---|---|
CrashReportCategory |
WorldClient.addWorldInfoToCrashReport(CrashReport report) |
Modifier and Type | Field and Description |
---|---|
private CrashReportCategory |
CrashReport.systemDetailsCategory |
Modifier and Type | Field and Description |
---|---|
private java.util.List<CrashReportCategory> |
CrashReport.crashReportSections |
Modifier and Type | Method and Description |
---|---|
CrashReportCategory |
CrashReport.getCategory() |
CrashReportCategory |
CrashReport.makeCategory(java.lang.String name) |
CrashReportCategory |
CrashReport.makeCategoryDepth(java.lang.String categoryName,
int stacktraceLength) |
Modifier and Type | Method and Description |
---|---|
static void |
CrashReportCategory.addBlockInfo(CrashReportCategory category,
BlockPos pos,
Block blockIn,
int blockData) |
static void |
CrashReportCategory.addBlockInfo(CrashReportCategory category,
BlockPos pos,
IBlockState state) |
Modifier and Type | Method and Description |
---|---|
void |
Entity.addEntityCrashInfo(CrashReportCategory category) |
Modifier and Type | Method and Description |
---|---|
void |
EntityFallingBlock.addEntityCrashInfo(CrashReportCategory category) |
Modifier and Type | Method and Description |
---|---|
void |
TileEntity.addInfoToCrashReport(CrashReportCategory reportCategory) |
Modifier and Type | Method and Description |
---|---|
CrashReportCategory |
World.addWorldInfoToCrashReport(CrashReport report) |
Modifier and Type | Method and Description |
---|---|
void |
WorldInfo.addToCrashReport(CrashReportCategory category) |
Modifier and Type | Method and Description |
---|---|
void |
FMLCommonHandler.enhanceCrashReport(CrashReport crashReport,
CrashReportCategory category) |