类 ProblemReporter.ScopedCollector
java.lang.Object
net.minecraft.util.ProblemReporter.Collector
net.minecraft.util.ProblemReporter.ScopedCollector
- 所有已实现的接口:
AutoCloseable
,ProblemReporter
- 封闭接口:
ProblemReporter
public static class ProblemReporter.ScopedCollector
extends ProblemReporter.Collector
implements AutoCloseable
-
嵌套类概要
从类继承的嵌套类/接口 net.minecraft.util.ProblemReporter.Collector
ProblemReporter.Collector.Entry, ProblemReporter.Collector.ProblemTreeNode
从接口继承的嵌套类/接口 net.minecraft.util.ProblemReporter
ProblemReporter.Collector, ProblemReporter.ElementReferencePathElement, ProblemReporter.FieldPathElement, ProblemReporter.IndexedFieldPathElement, ProblemReporter.IndexedPathElement, ProblemReporter.PathElement, ProblemReporter.Problem, ProblemReporter.RootElementPathElement, ProblemReporter.RootFieldPathElement, ProblemReporter.ScopedCollector
-
字段概要
字段从类继承的字段 net.minecraft.util.ProblemReporter.Collector
EMPTY_ROOT
从接口继承的字段 net.minecraft.util.ProblemReporter
DISCARDING
-
构造器概要
构造器构造器说明ScopedCollector
(ProblemReporter.PathElement p_421607_, org.slf4j.Logger p_421775_) ScopedCollector
(org.slf4j.Logger p_421960_) -
方法概要
从类继承的方法 net.minecraft.util.ProblemReporter.Collector
forChild, forEach, getReport, getTreeReport, isEmpty, report
-
字段详细资料
-
logger
private final org.slf4j.Logger logger
-
-
构造器详细资料
-
ScopedCollector
public ScopedCollector(org.slf4j.Logger p_421960_) -
ScopedCollector
-
-
方法详细资料
-
close
public void close()- 指定者:
close
在接口中AutoCloseable
-