Uses of Record Class
net.minecraft.ReportType
Packages that use ReportType
-
Uses of ReportType in net.minecraft
Fields in net.minecraft declared as ReportTypeModifier and TypeFieldDescriptionstatic final ReportType
ReportType.CHUNK_IO_ERROR
static final ReportType
ReportType.CRASH
static final ReportType
ReportType.NETWORK_PROTOCOL_ERROR
static final ReportType
ReportType.PROFILE
static final ReportType
ReportType.TEST
Methods in net.minecraft with parameters of type ReportTypeModifier and TypeMethodDescriptionCrashReport.getFriendlyReport
(ReportType type) CrashReport.getFriendlyReport
(ReportType type, List<String> links) boolean
CrashReport.saveToFile
(Path path, ReportType type) boolean
CrashReport.saveToFile
(Path path, ReportType type, List<String> links)