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 t, String title) ReportedException.getReport()Constructors in net.minecraft with parameters of type CrashReport -
Uses of CrashReport in net.minecraft.client
Methods in net.minecraft.client that return CrashReportMethods in net.minecraft.client with parameters of type CrashReportModifier and TypeMethodDescriptionstatic voidMinecraft.crash(@Nullable Minecraft minecraft, File gameDirectory, CrashReport crash) voidMinecraft.delayCrash(CrashReport crash) voidMinecraft.emergencySaveAndCrash(CrashReport partialReport) voidResourceLoadStateTracker.fillCrashReport(CrashReport report) static voidMinecraft.fillReport(@Nullable Minecraft minecraft, @Nullable LanguageManager languageManager, String launchedVersion, @Nullable Options options, CrashReport report) Minecraft.fillReport(CrashReport report) static intMinecraft.saveReport(File gameDirectory, CrashReport crash) private static intMinecraft.saveReportAndShutdownSoundManager(@Nullable Minecraft minecraft, File gameDirectory, CrashReport crash) -
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 report, Map<ResourceKey<? extends Registry<?>>, RegistryDataLoader.NetworkedRegistryData> dynamicRegistries, List<Registry.PendingTags<?>> staticRegistries) voidClientCommonPacketListenerImpl.fillListenerSpecificCrashDetails(CrashReport report, CrashReportCategory connectionDetails) voidClientHandshakePacketListenerImpl.fillListenerSpecificCrashDetails(CrashReport report, CrashReportCategory connectionDetails) ClientLevel.fillReportDetails(CrashReport 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(EntityRenderer<?, S> renderer, CrashReport report) -
Uses of CrashReport in net.minecraft.client.server
Methods in net.minecraft.client.server with parameters of type CrashReportModifier and TypeMethodDescriptionprotected voidIntegratedServer.onServerCrash(CrashReport report) -
Uses of CrashReport in net.minecraft.gametest.framework
Methods in net.minecraft.gametest.framework with parameters of type CrashReportModifier and TypeMethodDescriptionprotected voidGameTestServer.onServerCrash(CrashReport report) -
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 report, CrashReportCategory connectionDetails) -
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 report, T listener, @Nullable Packet<T> packet) -
Uses of CrashReport in net.minecraft.server
Methods in net.minecraft.server that return CrashReportModifier and TypeMethodDescriptionprivate static CrashReportMinecraftServer.constructOrExtractCrashReport(Throwable t) Methods in net.minecraft.server with parameters of type CrashReportModifier and TypeMethodDescriptionprotected voidMinecraftServer.onServerCrash(CrashReport report) private voidMinecraftServer.storeChunkIoError(CrashReport report, ChunkPos pos, RegionStorageInfo storageInfo) -
Uses of CrashReport in net.minecraft.server.dedicated
Methods in net.minecraft.server.dedicated that return CrashReportModifier and TypeMethodDescriptionstatic CrashReportServerWatchdog.createWatchdogCrashReport(String message, long mainThreadId) static CrashReportServerWatchdog.createWatchdogCrashReport(String message, long mainThreadId, String messageSource) -
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 report, CrashReportCategory connectionDetails) -
Uses of CrashReport in net.minecraft.util.filefix
Methods in net.minecraft.util.filefix that return CrashReportModifier and TypeMethodDescriptionprotected CrashReportAbortedFileFixException.createCrashReport()protected CrashReportFailedCleanupFileFixException.createCrashReport()protected CrashReportFileFixException.createCrashReport() -
Uses of CrashReport in net.minecraft.util.thread
Fields in net.minecraft.util.thread with type parameters of type CrashReportModifier and TypeFieldDescriptionprivate static @Nullable Supplier<CrashReport> BlockableEventLoop.delayedCrashMethods in net.minecraft.util.thread with parameters of type CrashReportModifier and TypeMethodDescriptionvoidBlockableEventLoop.delayCrash(CrashReport crashReport) static voidBlockableEventLoop.relayDelayCrash(CrashReport crashReport) -
Uses of CrashReport in net.minecraft.world.level
Methods in net.minecraft.world.level with parameters of type 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)