Uses of Class
net.minecraft.crash.CrashReportCategory
-
-
Uses of CrashReportCategory in net.minecraft.client.world
Methods in net.minecraft.client.world that return CrashReportCategory Modifier and Type Method Description CrashReportCategoryClientWorld. fillReportDetails(CrashReport p_72914_1_)Methods in net.minecraft.client.world with parameters of type CrashReportCategory Modifier and Type Method Description voidClientWorld.ClientWorldInfo. fillCrashReportCategory(CrashReportCategory p_85118_1_) -
Uses of CrashReportCategory in net.minecraft.crash
Fields in net.minecraft.crash declared as CrashReportCategory Modifier and Type Field Description private CrashReportCategoryCrashReport. systemDetailsFields in net.minecraft.crash with type parameters of type CrashReportCategory Modifier and Type Field Description private java.util.List<CrashReportCategory>CrashReport. detailsMethods in net.minecraft.crash that return CrashReportCategory Modifier and Type Method Description CrashReportCategoryCrashReport. addCategory(java.lang.String p_85058_1_)CrashReportCategoryCrashReport. addCategory(java.lang.String p_85057_1_, int p_85057_2_)CrashReportCategoryCrashReport. getSystemDetails()CrashReportCategoryCrashReportCategory. setDetail(java.lang.String p_71507_1_, java.lang.Object p_71507_2_)CrashReportCategoryCrashReportCategory. setDetail(java.lang.String p_189529_1_, ICrashReportDetail<java.lang.String> p_189529_2_)Methods in net.minecraft.crash with parameters of type CrashReportCategory Modifier and Type Method Description static voidCrashReportCategory. 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 CrashReportCategory Modifier and Type Method Description voidEntity. fillCrashReportCategory(CrashReportCategory p_85029_1_) -
Uses of CrashReportCategory in net.minecraft.entity.item
Methods in net.minecraft.entity.item with parameters of type CrashReportCategory Modifier and Type Method Description voidFallingBlockEntity. fillCrashReportCategory(CrashReportCategory p_85029_1_) -
Uses of CrashReportCategory in net.minecraft.tileentity
Methods in net.minecraft.tileentity with parameters of type CrashReportCategory Modifier and Type Method Description voidTileEntity. fillCrashReportCategory(CrashReportCategory p_145828_1_) -
Uses of CrashReportCategory in net.minecraft.world
Methods in net.minecraft.world that return CrashReportCategory Modifier and Type Method Description CrashReportCategoryWorld. fillReportDetails(CrashReport p_72914_1_) -
Uses of CrashReportCategory in net.minecraft.world.storage
Methods in net.minecraft.world.storage with parameters of type CrashReportCategory Modifier and Type Method Description voidDerivedWorldInfo. fillCrashReportCategory(CrashReportCategory p_85118_1_)default voidIServerConfiguration. fillCrashReportCategory(CrashReportCategory p_85118_1_)default voidIServerWorldInfo. fillCrashReportCategory(CrashReportCategory p_85118_1_)default voidIWorldInfo. fillCrashReportCategory(CrashReportCategory p_85118_1_)voidServerWorldInfo. fillCrashReportCategory(CrashReportCategory p_85118_1_) -
Uses of CrashReportCategory in net.minecraftforge.fml
Methods in net.minecraftforge.fml with parameters of type CrashReportCategory Modifier and Type Method Description static voidCrashReportExtender. enhanceCrashReport(CrashReport crashReport, CrashReportCategory category)
-