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.static intMinecraft.saveReport(File file, CrashReport crashReport) -
Uses of CrashReport in net.minecraft.client.gui.screens
Methods in net.minecraft.client.gui.screens with parameters of type CrashReport -
Uses of CrashReport in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type CrashReportModifier and TypeMethodDescriptionprivate static voidRegistryDataCollector.addCrashDetails(CrashReport crashReport, Map<ResourceKey<? extends Registry<?>>, RegistryDataLoader.NetworkedRegistryData> dynamicRegistries, List<Registry.PendingTags<?>> staticRegistries) voidClientCommonPacketListenerImpl.fillListenerSpecificCrashDetails(CrashReport p_350364_, CrashReportCategory p_315011_) voidClientHandshakePacketListenerImpl.fillListenerSpecificCrashDetails(CrashReport p_350555_, CrashReportCategory p_315015_) ClientLevel.fillReportDetails(CrashReport report) Adds some basic stats of the world to the given crash report. -
Uses of CrashReport in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type CrashReportModifier and TypeMethodDescriptionprivate <S extends EntityRenderState>
CrashReportCategoryEntityRenderDispatcher.fillRendererDetails(double xOffset, double yOffset, double zOffset, EntityRenderer<?, S> renderer, CrashReport crashReport) -
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 CrashReport -
Uses of CrashReport in net.minecraft.nbt
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.dedicated
Methods in net.minecraft.server.dedicated that return CrashReportModifier and TypeMethodDescriptionstatic CrashReportServerWatchdog.createWatchdogCrashReport(String title, long threadId) static CrashReportServerWatchdog.createWatchdogCrashReport(String title, long threadId, String message) -
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 TypeMethodDescriptionvoidServerLoginPacketListenerImpl.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 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)