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 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
(CrashReport report) Method parameters in net.minecraft.client with type arguments of type CrashReportModifier and TypeMethodDescriptionvoid
MinecraftClient.setCrashReportSupplier
(Supplier<CrashReport> crashReportSupplier) -
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) -
Uses of CrashReport in net.minecraft.server
Methods in net.minecraft.server with parameters of type CrashReportModifier and TypeMethodDescriptionprotected void
MinecraftServer.setCrashReport
(CrashReport report) -
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.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