Uses of Class
net.minecraft.util.crash.CrashReport
Packages that use CrashReport
Package
Description
-
Uses of CrashReport in net.minecraft.client
Fields in net.minecraft.client declared as CrashReportMethods 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 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.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 classCastException)
-
Uses of CrashReport in net.minecraft.server
Methods in net.minecraft.server that return CrashReportMethods in net.minecraft.server with parameters of type CrashReportModifier and TypeMethodDescriptionMinecraftServer.populateCrashReport(CrashReport report)
protected void
MinecraftServer.setCrashReport(CrashReport report)
-
Uses of CrashReport in net.minecraft.server.dedicated
Methods in net.minecraft.server.dedicated that return CrashReportModifier and TypeMethodDescriptionMinecraftDedicatedServer.populateCrashReport(CrashReport report)
Methods in net.minecraft.server.dedicated with parameters of type CrashReportModifier and TypeMethodDescriptionMinecraftDedicatedServer.populateCrashReport(CrashReport report)
-
Uses of CrashReport in net.minecraft.server.integrated
Methods in net.minecraft.server.integrated that return CrashReportMethods in net.minecraft.server.integrated with parameters of type CrashReportModifier and TypeMethodDescriptionIntegratedServer.populateCrashReport(CrashReport report)
void
IntegratedServer.setCrashReport(CrashReport report)
-
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 CrashReportModifier and TypeFieldDescriptionprivate CrashReport
CrashException.report
private CrashReport
CrashReportSection.report
Methods in net.minecraft.util.crash that return CrashReportConstructors in net.minecraft.util.crash with parameters of type CrashReportModifierConstructorDescriptionCrashException(CrashReport report)
CrashReportSection(CrashReport report, String title)
-
Uses of CrashReport in net.minecraft.world
Methods in net.minecraft.world with parameters of type CrashReport