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 pType) CrashReport.getFriendlyReport
(ReportType pType, List<String> pLinks) boolean
CrashReport.saveToFile
(Path pPath, ReportType pType) boolean
CrashReport.saveToFile
(Path pPath, ReportType pType, List<String> pLinks)