Uses of Class
net.minecraft.CrashReport
Packages that use CrashReport
Package
Description
- 
Uses of CrashReport in net.minecraftFields in net.minecraft declared as CrashReportMethods in net.minecraft that return CrashReportModifier and TypeMethodDescriptionstatic CrashReportCrashReport.forThrowable(Throwable p_127522_, String p_127523_) ReportedException.getReport()Constructors in net.minecraft with parameters of type CrashReport
- 
Uses of CrashReport in net.minecraft.clientFields 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 voidMinecraft.crash(Minecraft p_307414_, File p_307228_, CrashReport p_91333_) voidMinecraft.delayCrash(CrashReport p_231413_) voidMinecraft.delayCrashRaw(CrashReport p_231440_) voidMinecraft.emergencySaveAndCrash(CrashReport p_307515_) voidResourceLoadStateTracker.fillCrashReport(CrashReport p_168563_) static voidMinecraft.fillReport(Minecraft p_167873_, LanguageManager p_167874_, String p_167875_, Options p_167876_, CrashReport p_167877_) Minecraft.fillReport(CrashReport p_91355_) 
- 
Uses of CrashReport in net.minecraft.client.multiplayerMethods in net.minecraft.client.multiplayer with parameters of type CrashReport
- 
Uses of CrashReport in net.minecraft.client.serverMethods in net.minecraft.client.server with parameters of type CrashReport
- 
Uses of CrashReport in net.minecraft.gametest.frameworkMethods in net.minecraft.gametest.framework with parameters of type CrashReport
- 
Uses of CrashReport in net.minecraft.nbtMethods in net.minecraft.nbt that return CrashReportModifier and TypeMethodDescriptionprivate CrashReportCompoundTag.createReport(String p_128373_, TagType<?> p_128374_, ClassCastException p_128375_) Constructors in net.minecraft.nbt with parameters of type CrashReport
- 
Uses of CrashReport in net.minecraft.networkMethods in net.minecraft.network with parameters of type CrashReportModifier and TypeMethodDescriptiondefault voidPacketListener.fillCrashReport(CrashReport p_314927_) 
- 
Uses of CrashReport in net.minecraft.serverMethods in net.minecraft.server that return CrashReportModifier and TypeMethodDescriptionprivate static CrashReportMinecraftServer.constructOrExtractCrashReport(Throwable p_206569_) Methods in net.minecraft.server with parameters of type CrashReport
- 
Uses of CrashReport in net.minecraft.server.levelMethods in net.minecraft.server.level with parameters of type CrashReport
- 
Uses of CrashReport in net.minecraft.world.levelMethods in net.minecraft.world.level with parameters of type CrashReport
- 
Uses of CrashReport in net.neoforged.neoforge.forge.snapshotsMethods in net.neoforged.neoforge.forge.snapshots with parameters of type CrashReportModifier and TypeMethodDescriptionstatic voidForgeSnapshotsMod.addCrashReportHeader(StringBuilder builder, CrashReport crashReport) 
- 
Uses of CrashReport in net.neoforged.neoforge.loggingMethods in net.neoforged.neoforge.logging with parameters of type CrashReportModifier and TypeMethodDescriptionstatic voidCrashReportExtender.addCrashReportHeader(StringBuilder stringbuilder, CrashReport crashReport)