Uses of Class
net.minecraft.crash.CrashReportCategory
Package
Description
-
Uses of CrashReportCategory in net.minecraft.client.world
Modifier and TypeMethodDescriptionvoid
ClientWorld.ClientWorldInfo.fillCrashReportCategory
(CrashReportCategory p_85118_1_) -
Uses of CrashReportCategory in net.minecraft.crash
Modifier and TypeMethodDescriptionCrashReport.addCategory
(String p_85058_1_) CrashReport.addCategory
(String p_85057_1_, int p_85057_2_) CrashReport.getSystemDetails()
CrashReportCategory.setDetail
(String p_189529_1_, ICrashReportDetail<String> p_189529_2_) Modifier and TypeMethodDescriptionstatic void
CrashReportCategory.populateBlockDetails
(CrashReportCategory p_175750_0_, BlockPos p_175750_1_, BlockState p_175750_2_) -
Uses of CrashReportCategory in net.minecraft.entity
Modifier and TypeMethodDescriptionvoid
Entity.fillCrashReportCategory
(CrashReportCategory p_85029_1_) -
Uses of CrashReportCategory in net.minecraft.entity.item
Modifier and TypeMethodDescriptionvoid
FallingBlockEntity.fillCrashReportCategory
(CrashReportCategory p_85029_1_) -
Uses of CrashReportCategory in net.minecraft.tileentity
Modifier and TypeMethodDescriptionvoid
TileEntity.fillCrashReportCategory
(CrashReportCategory p_145828_1_) -
Uses of CrashReportCategory in net.minecraft.world
-
Uses of CrashReportCategory in net.minecraft.world.storage
Modifier and TypeMethodDescriptionvoid
DerivedWorldInfo.fillCrashReportCategory
(CrashReportCategory p_85118_1_) default void
IServerConfiguration.fillCrashReportCategory
(CrashReportCategory p_85118_1_) default void
IServerWorldInfo.fillCrashReportCategory
(CrashReportCategory p_85118_1_) default void
IWorldInfo.fillCrashReportCategory
(CrashReportCategory p_85118_1_) void
ServerWorldInfo.fillCrashReportCategory
(CrashReportCategory p_85118_1_) -
Uses of CrashReportCategory in net.minecraftforge.fml
Modifier and TypeMethodDescriptionstatic void
CrashReportExtender.enhanceCrashReport
(CrashReport crashReport, CrashReportCategory category)