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 CrashReportCrashReport.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 voidMinecraft.crash(Minecraft minecraft, File gameDirectory, CrashReport crashReport) voidMinecraft.delayCrash(CrashReport report) voidMinecraft.delayCrashRaw(CrashReport report) voidMinecraft.emergencySaveAndCrash(CrashReport crashReport) voidResourceLoadStateTracker.fillCrashReport(CrashReport report) static voidMinecraft.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 TypeMethodDescriptionvoidClientCommonPacketListenerImpl.fillListenerSpecificCrashDetails(CrashReport crashReport, CrashReportCategory category) voidClientHandshakePacketListenerImpl.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 TypeMethodDescriptionvoidIntegratedServer.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 TypeMethodDescriptionvoidGameTestServer.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 CrashReportCompoundTag.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 voidPacketListener.fillCrashReport(CrashReport crashReport) default voidPacketListener.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 CrashReportMinecraftServer.constructOrExtractCrashReport(Throwable cause) Methods in net.minecraft.server with parameters of type CrashReportModifier and TypeMethodDescriptionvoidMinecraftServer.onServerCrash(CrashReport report) Called on exit from the main run() loop.private voidMinecraftServer.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 TypeMethodDescriptionvoidServerLoginPacketListenerImpl.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 voidForgeSnapshotsMod.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 voidCrashReportExtender.addCrashReportHeader(StringBuilder stringbuilder, CrashReport crashReport)