Uses of Class
net.minecraft.util.crash.CrashReport
Package
Description
The Named Binary Tag (NBT) data format.
-
Uses of CrashReport in net.minecraft.client
Modifier and TypeFieldDescriptionprivate @Nullable Supplier<CrashReport>
MinecraftClient.crashReportSupplier
Modifier 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
(CrashReport report) void
MinecraftClient.setCrashReportSupplier
(CrashReport crashReport) void
MinecraftClient.setCrashReportSupplierAndAddDetails
(CrashReport crashReport) -
Uses of CrashReport in net.minecraft.client.resource
-
Uses of CrashReport in net.minecraft.client.world
-
Uses of CrashReport in net.minecraft.nbt
Modifier and TypeMethodDescriptionprivate CrashReport
NbtCompound.createCrashReport
(String key, NbtType<?> reader, ClassCastException exception) -
Uses of CrashReport in net.minecraft.server
Modifier and TypeMethodDescriptionprivate static CrashReport
MinecraftServer.createCrashReport
(Throwable throwable) -
Uses of CrashReport in net.minecraft.server.integrated
-
Uses of CrashReport in net.minecraft.test
-
Uses of CrashReport in net.minecraft.util.crash
-
Uses of CrashReport in net.minecraft.world