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 cause, String description) 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 theCrash) 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 minecraft, File gameDirectory, CrashReport crashReport) void
Minecraft.delayCrash
(CrashReport report) void
Minecraft.delayCrashRaw
(CrashReport report) void
Minecraft.emergencySaveAndCrash
(CrashReport crashReport) void
ResourceLoadStateTracker.fillCrashReport
(CrashReport report) static void
Minecraft.fillReport
(Minecraft minecraft, LanguageManager languageManager, String launchVersion, Options options, CrashReport report) Minecraft.fillReport
(CrashReport theCrash) 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 crashReport, CrashReportCategory category) void
ClientHandshakePacketListenerImpl.fillListenerSpecificCrashDetails
(CrashReport crashReport, CrashReportCategory category) ClientLevel.fillReportDetails
(CrashReport report) 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 report) 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 report) 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 tagName, TagType<?> type, ClassCastException exception) 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 crashReport) default void
PacketListener.fillListenerSpecificCrashDetails
(CrashReport crashReport, CrashReportCategory category) -
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 crashReport, T packetListener, Packet<T> packet) -
Uses of CrashReport in net.minecraft.server
Methods in net.minecraft.server that return CrashReportModifier and TypeMethodDescriptionprivate static CrashReport
MinecraftServer.constructOrExtractCrashReport
(Throwable cause) Methods in net.minecraft.server with parameters of type CrashReportModifier and TypeMethodDescriptionvoid
MinecraftServer.onServerCrash
(CrashReport report) Called on exit from the main run() loop.private void
MinecraftServer.storeChunkIoError
(CrashReport crashReport, ChunkPos chunkPos, RegionStorageInfo regionStorageInfo) -
Uses of CrashReport in net.minecraft.server.level
Methods in net.minecraft.server.level with parameters of type CrashReportModifier and TypeMethodDescriptionServerLevel.fillReportDetails
(CrashReport report) 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 crashReport, CrashReportCategory category) -
Uses of CrashReport in net.minecraft.world.level
Methods in net.minecraft.world.level with parameters of type CrashReportModifier and TypeMethodDescriptionLevel.fillReportDetails
(CrashReport report) 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)