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 CrashReportCategory
ClientWorld. fillReportDetails(CrashReport p_72914_1_)
Methods in net.minecraft.client.world with parameters of type CrashReportCategory Modifier and Type Method Description void
ClientWorld.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 CrashReportCategory
CrashReport. systemDetails
Fields in net.minecraft.crash with type parameters of type CrashReportCategory Modifier and Type Field Description private java.util.List<CrashReportCategory>
CrashReport. details
Methods in net.minecraft.crash that return CrashReportCategory Modifier and Type Method Description CrashReportCategory
CrashReport. addCategory(java.lang.String p_85058_1_)
CrashReportCategory
CrashReport. addCategory(java.lang.String p_85057_1_, int p_85057_2_)
CrashReportCategory
CrashReport. getSystemDetails()
CrashReportCategory
CrashReportCategory. setDetail(java.lang.String p_71507_1_, java.lang.Object p_71507_2_)
CrashReportCategory
CrashReportCategory. 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 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 CrashReportCategory Modifier and Type Method Description void
Entity. 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 void
FallingBlockEntity. 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 void
TileEntity. 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 CrashReportCategory
World. 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 void
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 CrashReportCategory Modifier and Type Method Description static void
CrashReportExtender. enhanceCrashReport(CrashReport crashReport, CrashReportCategory category)
-