Uses of Record Class
net.minecraft.util.crash.ReportType
Packages that use ReportType
-
Uses of ReportType in net.minecraft.util.crash
Fields in net.minecraft.util.crash declared as ReportTypeModifier and TypeFieldDescriptionstatic final ReportTypeReportType.MINECRAFT_CHUNK_IO_ERROR_REPORTstatic final ReportTypeReportType.MINECRAFT_CRASH_REPORTstatic final ReportTypeReportType.MINECRAFT_NETWORK_PROTOCOL_ERROR_REPORTstatic final ReportTypeReportType.MINECRAFT_PROFILER_RESULTSstatic final ReportTypeReportType.MINECRAFT_TEST_REPORTMethods in net.minecraft.util.crash with parameters of type ReportTypeModifier and TypeMethodDescriptionCrashReport.asString(ReportType type) CrashReport.asString(ReportType type, List<String> extraInfo) booleanCrashReport.writeToFile(Path path, ReportType type) booleanCrashReport.writeToFile(Path path, ReportType type, List<String> extraInfo)