Modifier and Type | Method and Description |
---|---|
CrashReportCategory |
ClientWorld.fillCrashReport(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 |
CrashReportCategory.addDetail(java.lang.String nameIn,
ICrashReportDetail<java.lang.String> detail) |
CrashReportCategory |
CrashReportCategory.addDetail(java.lang.String sectionName,
java.lang.Object value) |
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,
BlockState state) |
Modifier and Type | Method and Description |
---|---|
void |
Entity.fillCrashReport(CrashReportCategory category) |
Modifier and Type | Method and Description |
---|---|
void |
FallingBlockEntity.fillCrashReport(CrashReportCategory category) |
Modifier and Type | Method and Description |
---|---|
void |
TileEntity.addInfoToCrashReport(CrashReportCategory reportCategory) |
Modifier and Type | Method and Description |
---|---|
CrashReportCategory |
World.fillCrashReport(CrashReport report) |
Modifier and Type | Method and Description |
---|---|
void |
WorldInfo.addToCrashReport(CrashReportCategory category) |
void |
DerivedWorldInfo.addToCrashReport(CrashReportCategory category) |
Modifier and Type | Method and Description |
---|---|
static void |
CrashReportExtender.enhanceCrashReport(CrashReport crashReport,
CrashReportCategory category) |