Uses of Class
net.minecraft.util.crash.CrashReport
Package
Description
-
Uses of CrashReport in net.minecraft.client
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.setCrashReport(CrashReport report)
-
Uses of CrashReport in net.minecraft.client.resource
Modifier and TypeMethodDescriptionvoid
ResourceReloadLogger.addReloadSection(CrashReport report)
-
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 classCastException)
-
Uses of CrashReport in net.minecraft.server
Modifier and TypeMethodDescriptionprotected void
MinecraftServer.setCrashReport(CrashReport report)
-
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