Record Class ProblemReporter.Collector.ProblemTreeNode

java.lang.Object
java.lang.Record
net.minecraft.util.ProblemReporter.Collector.ProblemTreeNode
Enclosing class:
ProblemReporter.Collector

static record ProblemReporter.Collector.ProblemTreeNode(ProblemReporter.PathElement element, List<ProblemReporter.Problem> problems, Map<ProblemReporter.PathElement,ProblemReporter.Collector.ProblemTreeNode> children) extends Record