Uses of Record Class
net.minecraft.util.ReportType
Packages that use ReportType
Package
Description
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of ReportType in net.minecraft.util
Fields in net.minecraft.util declared as ReportTypeModifier and TypeFieldDescriptionstatic final ReportTypeReportType.MINECRAFT_CRASH_REPORTstatic final ReportTypeReportType.MINECRAFT_NETWORK_PROTOCOL_ERROR_REPORTstatic final ReportTypeReportType.MINECRAFT_PROFILER_RESULTSstatic final ReportTypeReportType.MINECRAFT_TEST_REPORT -
Uses of ReportType in net.minecraft.util.crash
Methods in net.minecraft.util.crash with parameters of type ReportTypeModifier and TypeMethodDescriptionbooleanCrashReport.method_60919(Path path, ReportType reportType) CrashReport.method_60920(ReportType reportType) CrashReport.method_60921(ReportType reportType, List<String> list) booleanCrashReport.writeToFile(Path path, ReportType reportType, List<String> list)