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 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 voidMinecraft.crash(Minecraft pMinecraft, File pGameDirectory, CrashReport pCrashReport) voidMinecraft.delayCrash(CrashReport pReport) voidMinecraft.delayCrashRaw(CrashReport pReport) voidMinecraft.emergencySaveAndCrash(CrashReport pCrashReport) voidResourceLoadStateTracker.fillCrashReport(CrashReport pReport) static voidMinecraft.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.static intMinecraft.saveReport(File pFile, CrashReport pCrashReport) -
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 pCrashReport, Map<ResourceKey<? extends Registry<?>>, RegistryDataLoader.NetworkedRegistryData> pDynamicRegistries, List<Registry.PendingTags<?>> pStaticRegistries) voidClientCommonPacketListenerImpl.fillListenerSpecificCrashDetails(CrashReport p_350364_, CrashReportCategory p_315011_) voidClientHandshakePacketListenerImpl.fillListenerSpecificCrashDetails(CrashReport p_350555_, CrashReportCategory p_315015_) ClientLevel.fillReportDetails(CrashReport pReport) 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 pXOffset, double pYOffset, double pZOffset, EntityRenderer<?, S> pRenderer, CrashReport pCrashReport) -
Uses of CrashReport in net.minecraft.client.server
Methods in net.minecraft.client.server with parameters of type CrashReportModifier and TypeMethodDescriptionvoidIntegratedServer.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 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 pCrashReport) default voidPacketListener.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 CrashReportMinecraftServer.constructOrExtractCrashReport(Throwable pCause) Methods in net.minecraft.server with parameters of type CrashReportModifier and TypeMethodDescriptionvoidMinecraftServer.onServerCrash(CrashReport pReport) Called on exit from the main run() loop.private voidMinecraftServer.storeChunkIoError(CrashReport pCrashReport, ChunkPos pChunkPos, RegionStorageInfo pRegionStorageInfo) -
Uses of CrashReport in net.minecraft.server.dedicated
Methods in net.minecraft.server.dedicated that return CrashReportModifier and TypeMethodDescriptionstatic CrashReportServerWatchdog.createWatchdogCrashReport(String pTitle, long pThreadId) static CrashReportServerWatchdog.createWatchdogCrashReport(String pTitle, long pThreadId, 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 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 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)