Uses of Class
net.minecraft.crash.CrashReportCategory
Packages that use CrashReportCategory
Package
Description
-
Uses of CrashReportCategory in net.minecraft.client.world
Methods in net.minecraft.client.world that return CrashReportCategoryMethods in net.minecraft.client.world with parameters of type CrashReportCategoryModifier and TypeMethodDescriptionvoid
ClientWorld.ClientWorldInfo.fillCrashReportCategory
(CrashReportCategory p_85118_1_) -
Uses of CrashReportCategory in net.minecraft.crash
Fields in net.minecraft.crash declared as CrashReportCategoryFields in net.minecraft.crash with type parameters of type CrashReportCategoryMethods in net.minecraft.crash that return CrashReportCategoryModifier 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_) Methods in net.minecraft.crash with parameters of type CrashReportCategoryModifier and TypeMethodDescriptionstatic void
CrashReportCategory.populateBlockDetails
(CrashReportCategory p_175750_0_, BlockPos p_175750_1_, BlockState p_175750_2_) -
Uses of CrashReportCategory in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type CrashReportCategoryModifier and TypeMethodDescriptionvoid
Entity.fillCrashReportCategory
(CrashReportCategory p_85029_1_) -
Uses of CrashReportCategory in net.minecraft.entity.item
Methods in net.minecraft.entity.item with parameters of type CrashReportCategoryModifier and TypeMethodDescriptionvoid
FallingBlockEntity.fillCrashReportCategory
(CrashReportCategory p_85029_1_) -
Uses of CrashReportCategory in net.minecraft.tileentity
Methods in net.minecraft.tileentity with parameters of type CrashReportCategoryModifier and TypeMethodDescriptionvoid
TileEntity.fillCrashReportCategory
(CrashReportCategory p_145828_1_) -
Uses of CrashReportCategory in net.minecraft.world
Methods in net.minecraft.world that return CrashReportCategory -
Uses of CrashReportCategory in net.minecraft.world.storage
Methods in net.minecraft.world.storage with parameters of type CrashReportCategoryModifier 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
Methods in net.minecraftforge.fml with parameters of type CrashReportCategoryModifier and TypeMethodDescriptionstatic void
CrashReportExtender.enhanceCrashReport
(CrashReport crashReport, CrashReportCategory category)