net.minecraft

public record ReportType

u
net.minecraft.ReportType
net.minecraft.class_9813
net.minecraft.util.crash.ReportType
net.minecraft.src.C_336586_
net.minecraft.ReportType

字段概要

修饰符与类型字段
private final String
f
header
comp_2856
header
f_337639_
private final List<String>
g
nuggets
comp_2857
nuggets
f_336692_
public static final ReportType
a
CRASH
field_52181
MINECRAFT_CRASH_REPORT
f_337619_
public static final ReportType
b
PROFILE
field_52182
MINECRAFT_PROFILER_RESULTS
f_337556_
public static final ReportType
c
TEST
field_52183
MINECRAFT_TEST_REPORT
f_337321_
public static final ReportType
d
NETWORK_PROTOCOL_ERROR
field_52184
MINECRAFT_NETWORK_PROTOCOL_ERROR_REPORT
f_337514_
public static final ReportType
e
CHUNK_IO_ERROR
field_52284
MINECRAFT_CHUNK_IO_ERROR_REPORT
f_337539_

构造函数概要

修饰符构造函数
public (String header, List<String> nuggets)

方法概要

修饰符与类型方法
public String
a()
getErrorComment()
method_60927()
chooseNugget()
m_340281_()
public void
a(StringBuilder arg0, List<String> arg1)
appendHeader(StringBuilder arg0, List<String> arg1)
method_60928(StringBuilder arg0, List<String> arg1)
addHeaderAndNugget(StringBuilder reportBuilder, List<String> extraInfo)
m_338999_(StringBuilder p_343736_, List<String> arg1)
public String
b()
header()
comp_2856()
header()
f_337639_()
public List<String>
c()
nuggets()
comp_2857()
nuggets()
f_336692_()