net.minecraft

public class SystemReport

ac
net.minecraft.SystemReport
net.minecraft.class_6396
net.minecraft.util.SystemDetails
net.minecraft.SystemReport

Field summary

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

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)
addSection(String name, String value)
public void
a(String arg0, Supplier<String> arg1)
setDetail(String arg0, Supplier<String> arg1)
method_37123(String arg0, Supplier<String> arg1)
addSection(String name, Supplier<String> valueSupplier)
private void
a(oshi.SystemInfo arg0)
putHardware(oshi.SystemInfo arg0)
method_37128(oshi.SystemInfo arg0)
addHardwareGroup(oshi.SystemInfo systemInfo)
private void
a(String arg0, Runnable arg1)
ignoreErrors(String arg0, Runnable arg1)
method_37121(String arg0, Runnable arg1)
tryAddGroup(String name, Runnable adder)
public static float
a(long arg0)
sizeInMiB(long arg0)
method_59895(long arg0)
toMebibytes(long bytes)
private void
a(List<oshi.hardware.PhysicalMemory> arg0)
putPhysicalMemory(List<oshi.hardware.PhysicalMemory> arg0)
method_37126(List<oshi.hardware.PhysicalMemory> arg0)
addPhysicalMemoryGroup(List<oshi.hardware.PhysicalMemory> memories)
private void
a(oshi.hardware.VirtualMemory arg0)
putVirtualMemory(oshi.hardware.VirtualMemory arg0)
method_37135(oshi.hardware.VirtualMemory arg0)
addVirtualMemoryGroup(oshi.hardware.VirtualMemory virtualMemory)
private void
a(oshi.hardware.GlobalMemory arg0)
putMemory(oshi.hardware.GlobalMemory arg0)
method_37131(oshi.hardware.GlobalMemory arg0)
addGlobalMemoryGroup(oshi.hardware.GlobalMemory globalMemory)
private void
b(List<oshi.hardware.GraphicsCard> arg0)
putGraphics(List<oshi.hardware.GraphicsCard> arg0)
method_37137(List<oshi.hardware.GraphicsCard> arg0)
addGraphicsCardGroup(List<oshi.hardware.GraphicsCard> graphicsCards)
private void
a(oshi.hardware.CentralProcessor arg0)
putProcessor(oshi.hardware.CentralProcessor arg0)
method_37130(oshi.hardware.CentralProcessor arg0)
addProcessorGroup(oshi.hardware.CentralProcessor centralProcessor)
private void
b()
putStorage()
method_59897()
addStorageGroup()
private void
a(String arg0)
putSpaceForProperty(String arg0)
method_59896(String arg0)
addStorageSection(String property)
private void
b(String arg0, Supplier<String> arg1)
putSpaceForPath(String arg0, Supplier<String> arg1)
method_59899(String arg0, Supplier<String> arg1)
addStorageSection(String name, Supplier<String> pathSupplier)
public void
a(StringBuilder arg0)
appendToCrashReportString(StringBuilder arg0)
method_37124(StringBuilder arg0)
writeTo(StringBuilder stringBuilder)
public String
a()
toLineSeparatedString()
method_37120()
collect()