Uses of Class
net.minecraft.util.crash.CrashReport
Packages that use CrashReport
Package
Description
The Named Binary Tag (NBT) data format.
- 
Uses of CrashReport in net.minecraft.clientFields in net.minecraft.client with type parameters of type CrashReportModifier and TypeFieldDescriptionprivate @Nullable Supplier<CrashReport> MinecraftClient.crashReportSupplierMethods in net.minecraft.client that return CrashReportMethods in net.minecraft.client with parameters of type CrashReportModifier and TypeMethodDescriptionMinecraftClient.addDetailsToCrashReport(CrashReport report) static voidMinecraftClient.addSystemDetailsToCrashReport(@Nullable MinecraftClient client, @Nullable LanguageManager languageManager, String version, @Nullable GameOptions options, CrashReport report) static voidMinecraftClient.printCrashReport(@Nullable MinecraftClient client, File runDirectory, CrashReport crashReport) voidMinecraftClient.printCrashReport(CrashReport crashReport) static intMinecraftClient.saveCrashReport(File runDir, CrashReport crashReport) voidMinecraftClient.setCrashReportSupplier(CrashReport crashReport) voidMinecraftClient.setCrashReportSupplierAndAddDetails(CrashReport crashReport) 
- 
Uses of CrashReport in net.minecraft.client.gui.screenMethods in net.minecraft.client.gui.screen with parameters of type CrashReport
- 
Uses of CrashReport in net.minecraft.client.networkMethods in net.minecraft.client.network with parameters of type CrashReportModifier and TypeMethodDescriptionprivate static voidClientRegistries.addCrashReportSection(CrashReport crashReport, Map<RegistryKey<? extends Registry<?>>, RegistryLoader.ElementsAndTags> data, List<Registry.PendingTagLoad<?>> tags) voidClientCommonNetworkHandler.addCustomCrashReportInfo(CrashReport report, CrashReportSection section) voidClientLoginNetworkHandler.addCustomCrashReportInfo(CrashReport report, CrashReportSection section) 
- 
Uses of CrashReport in net.minecraft.client.resourceMethods in net.minecraft.client.resource with parameters of type CrashReport
- 
Uses of CrashReport in net.minecraft.client.worldMethods in net.minecraft.client.world with parameters of type CrashReport
- 
Uses of CrashReport in net.minecraft.nbtMethods in net.minecraft.nbt that return CrashReportModifier and TypeMethodDescriptionprivate CrashReportNbtCompound.createCrashReport(String key, NbtType<?> reader, ClassCastException exception) Constructors in net.minecraft.nbt with parameters of type CrashReport
- 
Uses of CrashReport in net.minecraft.networkMethods in net.minecraft.network with parameters of type CrashReportModifier and TypeMethodDescriptionstatic <T extends PacketListener>
 voidNetworkThreadUtils.fillCrashReport(CrashReport report, T listener, @Nullable Packet<T> packet) 
- 
Uses of CrashReport in net.minecraft.network.listenerMethods in net.minecraft.network.listener with parameters of type CrashReportModifier and TypeMethodDescriptiondefault voidPacketListener.addCustomCrashReportInfo(CrashReport report, CrashReportSection section) default voidPacketListener.fillCrashReport(CrashReport report) 
- 
Uses of CrashReport in net.minecraft.serverMethods in net.minecraft.server that return CrashReportModifier and TypeMethodDescriptionprivate static CrashReportMinecraftServer.createCrashReport(Throwable throwable) Methods in net.minecraft.server with parameters of type CrashReportModifier and TypeMethodDescriptionvoidMinecraftServer.setCrashReport(CrashReport report) private voidMinecraftServer.writeChunkIoReport(CrashReport report, ChunkPos pos, StorageKey key) 
- 
Uses of CrashReport in net.minecraft.server.dedicatedMethods in net.minecraft.server.dedicated that return CrashReportModifier and TypeMethodDescriptionstatic CrashReportDedicatedServerWatchdog.createCrashReport(String message, long threadId) 
- 
Uses of CrashReport in net.minecraft.server.integratedMethods in net.minecraft.server.integrated with parameters of type CrashReport
- 
Uses of CrashReport in net.minecraft.server.networkMethods in net.minecraft.server.network with parameters of type CrashReportModifier and TypeMethodDescriptionvoidServerLoginNetworkHandler.addCustomCrashReportInfo(CrashReport report, CrashReportSection section) 
- 
Uses of CrashReport in net.minecraft.server.worldMethods in net.minecraft.server.world with parameters of type CrashReport
- 
Uses of CrashReport in net.minecraft.testMethods in net.minecraft.test with parameters of type CrashReport
- 
Uses of CrashReport in net.minecraft.util.crashFields in net.minecraft.util.crash declared as CrashReportMethods in net.minecraft.util.crash that return CrashReportConstructors in net.minecraft.util.crash with parameters of type CrashReport
- 
Uses of CrashReport in net.minecraft.worldMethods in net.minecraft.world with parameters of type CrashReport