类 ProblemReporter.Collector
java.lang.Object
net.minecraft.util.ProblemReporter.Collector
- 所有已实现的接口:
ProblemReporter
- 直接已知子类:
ProblemReporter.ScopedCollector
- 封闭接口:
ProblemReporter
-
嵌套类概要
嵌套类修饰符和类型类说明(专用程序包) static final record
(专用程序包) static final record
从接口继承的嵌套类/接口 net.minecraft.util.ProblemReporter
ProblemReporter.Collector, ProblemReporter.ElementReferencePathElement, ProblemReporter.FieldPathElement, ProblemReporter.IndexedFieldPathElement, ProblemReporter.IndexedPathElement, ProblemReporter.PathElement, ProblemReporter.Problem, ProblemReporter.RootElementPathElement, ProblemReporter.RootFieldPathElement, ProblemReporter.ScopedCollector
-
字段概要
字段修饰符和类型字段说明private final ProblemReporter.PathElement
static final ProblemReporter.PathElement
private final ProblemReporter.Collector
private final Set
<ProblemReporter.Collector.Entry> 从接口继承的字段 net.minecraft.util.ProblemReporter
DISCARDING
-
构造器概要
构造器限定符构造器说明private
Collector
(ProblemReporter.Collector p_421606_, ProblemReporter.PathElement p_422426_) Collector
(ProblemReporter.PathElement p_421639_) -
方法概要
修饰符和类型方法说明forChild
(ProblemReporter.PathElement p_422155_) void
forEach
(BiConsumer<String, ProblemReporter.Problem> p_421886_) boolean
isEmpty()
void
report
(ProblemReporter.Problem p_422092_)
-
字段详细资料
-
EMPTY_ROOT
-
parent
-
element
-
problems
-
-
构造器详细资料
-
Collector
public Collector() -
Collector
-
Collector
-
-
方法详细资料
-
forChild
- 指定者:
forChild
在接口中ProblemReporter
-
report
- 指定者:
report
在接口中ProblemReporter
-
isEmpty
public boolean isEmpty() -
forEach
-
getReport
-
getTreeReport
-