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.client
Fields in net.minecraft.client with type parameters of type CrashReportModifier and TypeFieldDescriptionprivate @Nullable Supplier
<CrashReport> MinecraftClient.crashReportSupplier
Methods in net.minecraft.client that return CrashReportMethods in net.minecraft.client with parameters of type CrashReportModifier and TypeMethodDescriptionMinecraftClient.addDetailsToCrashReport
(CrashReport report) static void
MinecraftClient.addSystemDetailsToCrashReport
(@Nullable MinecraftClient client, @Nullable LanguageManager languageManager, String version, @Nullable GameOptions options, CrashReport report) static void
MinecraftClient.printCrashReport
(@Nullable MinecraftClient client, File runDirectory, CrashReport crashReport) void
MinecraftClient.printCrashReport
(CrashReport crashReport) static int
MinecraftClient.saveCrashReport
(File runDir, CrashReport crashReport) void
MinecraftClient.setCrashReportSupplier
(CrashReport crashReport) void
MinecraftClient.setCrashReportSupplierAndAddDetails
(CrashReport crashReport) -
Uses of CrashReport in net.minecraft.client.gui.screen
Methods in net.minecraft.client.gui.screen with parameters of type CrashReport -
Uses of CrashReport in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type CrashReportModifier and TypeMethodDescriptionprivate static void
ClientRegistries.addCrashReportSection
(CrashReport crashReport, Map<RegistryKey<? extends Registry<?>>, RegistryLoader.ElementsAndTags> data, List<Registry.PendingTagLoad<?>> tags) void
ClientCommonNetworkHandler.addCustomCrashReportInfo
(CrashReport report, CrashReportSection section) void
ClientLoginNetworkHandler.addCustomCrashReportInfo
(CrashReport report, CrashReportSection section) -
Uses of CrashReport in net.minecraft.client.resource
Methods in net.minecraft.client.resource with parameters of type CrashReport -
Uses of CrashReport in net.minecraft.client.world
Methods in net.minecraft.client.world with parameters of type CrashReport -
Uses of CrashReport in net.minecraft.nbt
Methods in net.minecraft.nbt that return CrashReportModifier and TypeMethodDescriptionprivate CrashReport
NbtCompound.createCrashReport
(String key, NbtType<?> reader, 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 TypeMethodDescriptionstatic <T extends PacketListener>
voidNetworkThreadUtils.fillCrashReport
(CrashReport report, T listener, @Nullable Packet<T> packet) -
Uses of CrashReport in net.minecraft.network.listener
Methods in net.minecraft.network.listener with parameters of type CrashReportModifier and TypeMethodDescriptiondefault void
PacketListener.addCustomCrashReportInfo
(CrashReport report, CrashReportSection section) default void
PacketListener.fillCrashReport
(CrashReport report) -
Uses of CrashReport in net.minecraft.server
Methods in net.minecraft.server that return CrashReportModifier and TypeMethodDescriptionprivate static CrashReport
MinecraftServer.createCrashReport
(Throwable throwable) Methods in net.minecraft.server with parameters of type CrashReportModifier and TypeMethodDescriptionvoid
MinecraftServer.setCrashReport
(CrashReport report) private void
MinecraftServer.writeChunkIoReport
(CrashReport report, ChunkPos pos, StorageKey key) -
Uses of CrashReport in net.minecraft.server.dedicated
Methods in net.minecraft.server.dedicated that return CrashReportModifier and TypeMethodDescriptionstatic CrashReport
DedicatedServerWatchdog.createCrashReport
(String message, long threadId) -
Uses of CrashReport in net.minecraft.server.integrated
Methods in net.minecraft.server.integrated 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 TypeMethodDescriptionvoid
ServerLoginNetworkHandler.addCustomCrashReportInfo
(CrashReport report, CrashReportSection section) -
Uses of CrashReport in net.minecraft.server.world
Methods in net.minecraft.server.world with parameters of type CrashReport -
Uses of CrashReport in net.minecraft.test
Methods in net.minecraft.test with parameters of type CrashReport -
Uses of CrashReport in net.minecraft.util.crash
Fields 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.world
Methods in net.minecraft.world with parameters of type CrashReport