Uses of Class
net.minecraft.util.crash.CrashReport
Packages that use CrashReport
Package
Description
-
Uses of CrashReport in net.minecraft
Constructors in net.minecraft with parameters of type CrashReportModifierConstructorDescription(package private)class_4748(CrashReport crashReport) (package private)class_4860(CrashReport crashReport) (package private)class_4874(CrashReport crashReport) (package private)class_4878(CrashReport crashReport) (package private)class_4882(CrashReport crashReport) (package private)class_4889(CrashReport crashReport) (package private)class_4897(CrashReport crashReport) -
Uses of CrashReport in net.minecraft.client
Fields in net.minecraft.client declared as CrashReportMethods in net.minecraft.client that return CrashReportModifier and TypeMethodDescriptionMinecraftClient.addSystemDetailsToCrashReport(CrashReport crashReport) Methods in net.minecraft.client with parameters of type CrashReportModifier and TypeMethodDescriptionMinecraftClient.addSystemDetailsToCrashReport(CrashReport crashReport) voidMinecraftClient.crash(CrashReport crashReport) voidMinecraftClient.printCrashReport(CrashReport 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 CrashReportNbtCompound.addDetailsToCrashReport(String key, int id, ClassCastException ex) -
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 voidMinecraftServer.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) protected voidMinecraftDedicatedServer.setCrashReport(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) protected voidIntegratedServer.setCrashReport(CrashReport report) -
Uses of CrashReport in net.minecraft.util.crash
Fields in net.minecraft.util.crash declared as CrashReportModifier and TypeFieldDescriptionprivate final CrashReportCrashException.crashReportprivate final CrashReportCrashReportSection.reportMethods in net.minecraft.util.crash that return CrashReportConstructors in net.minecraft.util.crash with parameters of type CrashReportModifierConstructorDescriptionCrashException(CrashReport crashReport) CrashReportSection(CrashReport report, String title) -
Uses of CrashReport in net.minecraft.world
Methods in net.minecraft.world with parameters of type CrashReport