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 pCause, String pDescription) Creates a crash report for the exceptionReportedException.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 CrashReportModifier and TypeMethodDescriptionMinecraft.fillReport
(CrashReport pTheCrash) Adds core server Info (GL version, Texture pack, isModded, type), and the worldInfo to the crash report.Methods in net.minecraft.client with parameters of type CrashReportModifier and TypeMethodDescriptionstatic void
Minecraft.crash
(Minecraft pMinecraft, File pGameDirectory, CrashReport pCrashReport) void
Minecraft.delayCrash
(CrashReport pReport) void
Minecraft.delayCrashRaw
(CrashReport pReport) void
Minecraft.emergencySaveAndCrash
(CrashReport pCrashReport) void
ResourceLoadStateTracker.fillCrashReport
(CrashReport pReport) static void
Minecraft.fillReport
(Minecraft pMinecraft, LanguageManager pLanguageManager, String pLaunchVersion, Options pOptions, CrashReport pReport) Minecraft.fillReport
(CrashReport pTheCrash) Adds core server Info (GL version, Texture pack, isModded, type), and the worldInfo to the crash report. -
Uses of CrashReport in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type CrashReportModifier and TypeMethodDescriptionvoid
ClientCommonPacketListenerImpl.fillListenerSpecificCrashDetails
(CrashReport pCrashReport, CrashReportCategory pCategory) void
ClientHandshakePacketListenerImpl.fillListenerSpecificCrashDetails
(CrashReport pCrashReport, CrashReportCategory pCategory) ClientLevel.fillReportDetails
(CrashReport pReport) Adds some basic stats of the world to the given crash report. -
Uses of CrashReport in net.minecraft.client.server
Methods in net.minecraft.client.server with parameters of type CrashReportModifier and TypeMethodDescriptionvoid
IntegratedServer.onServerCrash
(CrashReport pReport) Called on exit from the main run() loop. -
Uses of CrashReport in net.minecraft.gametest.framework
Methods in net.minecraft.gametest.framework with parameters of type CrashReportModifier and TypeMethodDescriptionvoid
GameTestServer.onServerCrash
(CrashReport pReport) Called on exit from the main run() loop. -
Uses of CrashReport in net.minecraft.nbt
Methods in net.minecraft.nbt that return CrashReportModifier and TypeMethodDescriptionprivate CrashReport
CompoundTag.createReport
(String pTagName, TagType<?> pType, ClassCastException pException) 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 pCrashReport) default void
PacketListener.fillListenerSpecificCrashDetails
(CrashReport pCrashReport, CrashReportCategory pCategory) -
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 pCrashReport, T pPacketListener, Packet<T> pPacket) -
Uses of CrashReport in net.minecraft.server
Methods in net.minecraft.server that return CrashReportModifier and TypeMethodDescriptionprivate static CrashReport
MinecraftServer.constructOrExtractCrashReport
(Throwable pCause) Methods in net.minecraft.server with parameters of type CrashReportModifier and TypeMethodDescriptionvoid
MinecraftServer.onServerCrash
(CrashReport pReport) Called on exit from the main run() loop.private void
MinecraftServer.storeChunkIoError
(CrashReport pCrashReport, ChunkPos pChunkPos, RegionStorageInfo pRegionStorageInfo) -
Uses of CrashReport in net.minecraft.server.level
Methods in net.minecraft.server.level with parameters of type CrashReportModifier and TypeMethodDescriptionServerLevel.fillReportDetails
(CrashReport pReport) Adds some basic stats of the world to the given crash report. -
Uses of CrashReport in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type CrashReportModifier and TypeMethodDescriptionvoid
ServerLoginPacketListenerImpl.fillListenerSpecificCrashDetails
(CrashReport pCrashReport, CrashReportCategory pCategory) -
Uses of CrashReport in net.minecraft.world.level
Methods in net.minecraft.world.level with parameters of type CrashReportModifier and TypeMethodDescriptionLevel.fillReportDetails
(CrashReport pReport) Adds some basic stats of the world to the given crash report. -
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)