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
(Minecraft p_307414_, File p_307228_, CrashReport p_91333_) void
Minecraft.delayCrash
(CrashReport p_231413_) void
Minecraft.delayCrashRaw
(CrashReport p_231440_) void
Minecraft.emergencySaveAndCrash
(CrashReport p_307515_) 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_) -
Uses of CrashReport in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type CrashReportModifier and TypeMethodDescriptionvoid
ClientCommonPacketListenerImpl.fillListenerSpecificCrashDetails
(CrashReport p_350364_, CrashReportCategory p_315011_) void
ClientHandshakePacketListenerImpl.fillListenerSpecificCrashDetails
(CrashReport p_350555_, CrashReportCategory p_315015_) ClientLevel.fillReportDetails
(CrashReport p_104729_) -
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_) Constructors in net.minecraft.nbt with parameters of type CrashReport -
Uses of CrashReport in net.minecraft.network
Methods in net.minecraft.network with parameters of type CrashReportModifier and TypeMethodDescriptiondefault void
PacketListener.fillCrashReport
(CrashReport p_314927_) default void
PacketListener.fillListenerSpecificCrashDetails
(CrashReport p_350278_, CrashReportCategory p_314965_) -
Uses of CrashReport in net.minecraft.network.protocol
Methods in net.minecraft.network.protocol with parameters of type CrashReportModifier and TypeMethodDescriptionstatic <T extends PacketListener>
voidPacketUtils.fillCrashReport
(CrashReport p_340891_, T p_340866_, Packet<T> p_340900_) -
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 TypeMethodDescriptionvoid
MinecraftServer.onServerCrash
(CrashReport p_129874_) private void
MinecraftServer.storeChunkIoError
(CrashReport p_352397_, ChunkPos p_352348_, RegionStorageInfo p_352231_) -
Uses of CrashReport in net.minecraft.server.level
Methods in net.minecraft.server.level with parameters of type CrashReport -
Uses of CrashReport in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type CrashReportModifier and TypeMethodDescriptionvoid
ServerLoginPacketListenerImpl.fillListenerSpecificCrashDetails
(CrashReport p_350283_, CrashReportCategory p_314941_) -
Uses of CrashReport in net.minecraft.world.level
Methods in net.minecraft.world.level with parameters of type CrashReport -
Uses of CrashReport in net.neoforged.neoforge.forge.snapshots
Methods in net.neoforged.neoforge.forge.snapshots with parameters of type CrashReportModifier and TypeMethodDescriptionstatic void
ForgeSnapshotsMod.addCrashReportHeader
(StringBuilder builder, CrashReport crashReport) -
Uses of CrashReport in net.neoforged.neoforge.logging
Methods in net.neoforged.neoforge.logging with parameters of type CrashReportModifier and TypeMethodDescriptionstatic void
CrashReportExtender.addCrashReportHeader
(StringBuilder stringbuilder, CrashReport crashReport)