Uses of Class
net.minecraft.CrashReport
Packages that use CrashReport
Package
Description
-
Uses of CrashReport in net.minecraft
Fields in net.minecraft declared as CrashReportMethods in net.minecraft that return CrashReportModifier and TypeMethodDescriptionstatic CrashReport
CrashReport.forThrowable
(Throwable p_127522_, String p_127523_) ReportedException.getReport()
Constructors in net.minecraft with parameters of type CrashReport -
Uses of CrashReport in net.minecraft.client
Fields in net.minecraft.client with type parameters of type CrashReportMethods in net.minecraft.client that return CrashReportMethods in net.minecraft.client with parameters of type CrashReportModifier and TypeMethodDescriptionstatic void
Minecraft.crash
(CrashReport p_91333_) void
ResourceLoadStateTracker.fillCrashReport
(CrashReport p_168563_) static void
Minecraft.fillReport
(Minecraft p_167873_, LanguageManager p_167874_, String p_167875_, Options p_167876_, CrashReport p_167877_) Minecraft.fillReport
(CrashReport p_91355_) Method parameters in net.minecraft.client with type arguments of type CrashReport -
Uses of CrashReport in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type CrashReport -
Uses of CrashReport in net.minecraft.client.server
Methods in net.minecraft.client.server with parameters of type CrashReport -
Uses of CrashReport in net.minecraft.gametest.framework
Methods in net.minecraft.gametest.framework with parameters of type CrashReport -
Uses of CrashReport in net.minecraft.nbt
Methods in net.minecraft.nbt that return CrashReportModifier and TypeMethodDescriptionprivate CrashReport
CompoundTag.createReport
(String p_128373_, TagType<?> p_128374_, ClassCastException p_128375_) -
Uses of CrashReport in net.minecraft.server
Methods in net.minecraft.server that return CrashReportModifier and TypeMethodDescriptionprivate static CrashReport
MinecraftServer.constructOrExtractCrashReport
(Throwable p_206569_) Methods in net.minecraft.server with parameters of type CrashReportModifier and TypeMethodDescriptionprotected void
MinecraftServer.onServerCrash
(CrashReport p_129874_) -
Uses of CrashReport in net.minecraft.world.level
Methods in net.minecraft.world.level with parameters of type CrashReport -
Uses of CrashReport in net.minecraftforge.logging
Methods in net.minecraftforge.logging with parameters of type CrashReportModifier and TypeMethodDescriptionstatic void
CrashReportExtender.addCrashReportHeader
(StringBuilder stringbuilder, CrashReport crashReport)