net.minecraft

public class SystemReport

ae
net.minecraft.SystemReport
net.minecraft.class_6396

Field summary

Modifier and TypeField
public static final long
a
BYTES_PER_MEBIBYTE
field_33852
private static final long
b
ONE_GIGA
field_33853
private static final org.slf4j.Logger
c
LOGGER
field_33854
private static final String
d
OPERATING_SYSTEM
field_33855
private static final String
e
JAVA_VERSION
field_33856
private static final String
f
JAVA_VM_VERSION
field_33857
private final Map<String, String>
g
entries
field_33858

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
a(String arg0, String arg1)
setDetail(String arg0, String arg1)
method_37122(String arg0, String arg1)
public void
a(String arg0, Supplier<String> arg1)
setDetail(String arg0, Supplier<String> arg1)
method_37123(String arg0, Supplier<String> arg1)
private void
a(oshi.SystemInfo arg0)
putHardware(oshi.SystemInfo arg0)
method_37128(oshi.SystemInfo arg0)
private void
a(String arg0, Runnable arg1)
ignoreErrors(String arg0, Runnable arg1)
method_37121(String arg0, Runnable arg1)
public static float
a(long arg0)
sizeInMiB(long arg0)
method_59895(long arg0)
private void
a(List<oshi.hardware.PhysicalMemory> arg0)
putPhysicalMemory(List<oshi.hardware.PhysicalMemory> arg0)
method_37126(List<oshi.hardware.PhysicalMemory> arg0)
private void
a(oshi.hardware.VirtualMemory arg0)
putVirtualMemory(oshi.hardware.VirtualMemory arg0)
method_37135(oshi.hardware.VirtualMemory arg0)
private void
a(oshi.hardware.GlobalMemory arg0)
putMemory(oshi.hardware.GlobalMemory arg0)
method_37131(oshi.hardware.GlobalMemory arg0)
private void
b(List<oshi.hardware.GraphicsCard> arg0)
putGraphics(List<oshi.hardware.GraphicsCard> arg0)
method_37137(List<oshi.hardware.GraphicsCard> arg0)
private void
a(oshi.hardware.CentralProcessor arg0)
putProcessor(oshi.hardware.CentralProcessor arg0)
method_37130(oshi.hardware.CentralProcessor arg0)
private void
b()
putStorage()
method_59897()
private void
a(String arg0)
putSpaceForProperty(String arg0)
method_59896(String arg0)
private void
b(String arg0, Supplier<String> arg1)
putSpaceForPath(String arg0, Supplier<String> arg1)
method_59899(String arg0, Supplier<String> arg1)
public void
a(StringBuilder arg0)
appendToCrashReportString(StringBuilder arg0)
method_37124(StringBuilder arg0)
public String
a()
toLineSeparatedString()
method_37120()