程序包 net.minecraft
类 SystemReport
java.lang.Object
net.minecraft.SystemReport
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
appendToCrashReportString
(StringBuilder pReportAppender) private void
ignoreErrors
(String pGroupIdentifier, Runnable pExecutor) private void
putGraphics
(List<oshi.hardware.GraphicsCard> pGpus) private void
putHardware
(oshi.SystemInfo pInfo) private void
putMemory
(oshi.hardware.GlobalMemory pMemory) private void
putPhysicalMemory
(List<oshi.hardware.PhysicalMemory> pMemorySlots) private void
putProcessor
(oshi.hardware.CentralProcessor pCpu) private void
putVirtualMemory
(oshi.hardware.VirtualMemory pMemory) void
void
-
字段详细资料
-
构造器详细资料
-
SystemReport
public SystemReport()
-
-
方法详细资料
-
setDetail
-
setDetail
-
putHardware
private void putHardware(oshi.SystemInfo pInfo) -
ignoreErrors
-
putPhysicalMemory
-
putVirtualMemory
private void putVirtualMemory(oshi.hardware.VirtualMemory pMemory) -
putMemory
private void putMemory(oshi.hardware.GlobalMemory pMemory) -
putGraphics
-
putProcessor
private void putProcessor(oshi.hardware.CentralProcessor pCpu) -
appendToCrashReportString
-
toLineSeparatedString
-