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.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
(@Nullable MinecraftClient client, File runDirectory, CrashReport crashReport) void
MinecraftClient.printCrashReport
(CrashReport crashReport) void
MinecraftClient.setCrashReportSupplier
(CrashReport crashReport) void
MinecraftClient.setCrashReportSupplierAndAddDetails
(CrashReport crashReport) -
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) Constructors in net.minecraft.nbt with parameters of type CrashReport -
Uses of CrashReport in net.minecraft.network.listener
Methods in net.minecraft.network.listener with parameters of type CrashReportModifier and TypeMethodDescriptiondefault void
PacketListener.fillCrashReport
(CrashReport report) -
Uses of CrashReport in net.minecraft.server
Methods in net.minecraft.server that return CrashReportModifier and TypeMethodDescriptionprivate static CrashReport
MinecraftServer.createCrashReport
(Throwable throwable) Methods in net.minecraft.server with parameters of type CrashReport -
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.server.world
Methods in net.minecraft.server.world 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