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.clientFields in net.minecraft.client with type parameters of type CrashReportModifier and TypeFieldDescriptionprivate @Nullable Supplier<CrashReport>MinecraftClient.crashReportSupplierMethods in net.minecraft.client that return CrashReportMethods in net.minecraft.client with parameters of type CrashReportModifier and TypeMethodDescriptionMinecraftClient.addDetailsToCrashReport(CrashReport report) static voidMinecraftClient.addSystemDetailsToCrashReport(@Nullable MinecraftClient client, @Nullable LanguageManager languageManager, String version, @Nullable GameOptions options, CrashReport report) static voidMinecraftClient.printCrashReport(CrashReport report) voidMinecraftClient.setCrashReportSupplier(CrashReport crashReport) voidMinecraftClient.setCrashReportSupplierAndAddDetails(CrashReport crashReport) 
- 
Uses of CrashReport in net.minecraft.client.resourceMethods in net.minecraft.client.resource with parameters of type CrashReport
- 
Uses of CrashReport in net.minecraft.client.worldMethods in net.minecraft.client.world with parameters of type CrashReport
- 
Uses of CrashReport in net.minecraft.nbtMethods in net.minecraft.nbt that return CrashReportModifier and TypeMethodDescriptionprivate CrashReportNbtCompound.createCrashReport(String key, NbtType<?> reader, ClassCastException exception) 
- 
Uses of CrashReport in net.minecraft.serverMethods in net.minecraft.server that return CrashReportModifier and TypeMethodDescriptionprivate static CrashReportMinecraftServer.createCrashReport(Throwable throwable) Methods in net.minecraft.server with parameters of type CrashReport
- 
Uses of CrashReport in net.minecraft.server.integratedMethods in net.minecraft.server.integrated with parameters of type CrashReport
- 
Uses of CrashReport in net.minecraft.testMethods in net.minecraft.test with parameters of type CrashReport
- 
Uses of CrashReport in net.minecraft.util.crashFields 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.worldMethods in net.minecraft.world with parameters of type CrashReport