Uses of Class
net.minecraft.crash.CrashReport
Packages that use CrashReport
Package
Description
-
Uses of CrashReport in net.minecraft.client
Fields in net.minecraft.client declared as CrashReportMethods in net.minecraft.client that return CrashReportMethods in net.minecraft.client with parameters of type CrashReportModifier and TypeMethodDescriptionstatic void
Minecraft.crash
(CrashReport p_71377_0_) void
Minecraft.delayCrash
(CrashReport p_71404_1_) static void
Minecraft.fillReport
(LanguageManager p_228009_0_, String p_228009_1_, GameSettings p_228009_2_, CrashReport p_228009_3_) Minecraft.fillReport
(CrashReport p_71396_1_) -
Uses of CrashReport in net.minecraft.client.world
Methods in net.minecraft.client.world with parameters of type CrashReport -
Uses of CrashReport in net.minecraft.crash
Fields in net.minecraft.crash declared as CrashReportModifier and TypeFieldDescriptionprivate final CrashReport
CrashReportCategory.report
private final CrashReport
ReportedException.report
Methods in net.minecraft.crash that return CrashReportModifier and TypeMethodDescriptionstatic CrashReport
CrashReport.forThrowable
(Throwable p_85055_0_, String p_85055_1_) ReportedException.getReport()
Constructors in net.minecraft.crash with parameters of type CrashReportModifierConstructorDescriptionCrashReportCategory
(CrashReport p_i1353_1_, String p_i1353_2_) ReportedException
(CrashReport p_i1356_1_) -
Uses of CrashReport in net.minecraft.nbt
Methods in net.minecraft.nbt that return CrashReportModifier and TypeMethodDescriptionprivate CrashReport
CompoundNBT.createReport
(String p_229677_1_, INBTType<?> p_229677_2_, ClassCastException p_229677_3_) -
Uses of CrashReport in net.minecraft.server
Methods in net.minecraft.server that return CrashReportMethods in net.minecraft.server with parameters of type CrashReportModifier and TypeMethodDescriptionMinecraftServer.fillReport
(CrashReport p_71230_1_) protected void
MinecraftServer.onServerCrash
(CrashReport p_71228_1_) -
Uses of CrashReport in net.minecraft.server.dedicated
Methods in net.minecraft.server.dedicated that return CrashReportMethods in net.minecraft.server.dedicated with parameters of type CrashReport -
Uses of CrashReport in net.minecraft.server.integrated
Methods in net.minecraft.server.integrated that return CrashReportMethods in net.minecraft.server.integrated with parameters of type CrashReportModifier and TypeMethodDescriptionIntegratedServer.fillReport
(CrashReport p_71230_1_) void
IntegratedServer.onServerCrash
(CrashReport p_71228_1_) -
Uses of CrashReport in net.minecraft.world
Methods in net.minecraft.world with parameters of type CrashReport -
Uses of CrashReport in net.minecraftforge.fml
Methods in net.minecraftforge.fml with parameters of type CrashReportModifier and TypeMethodDescriptionstatic void
CrashReportExtender.addCrashReportHeader
(StringBuilder stringbuilder, CrashReport crashReport) static void
CrashReportExtender.enhanceCrashReport
(CrashReport crashReport, CrashReportCategory category)