Uses of Record Class
net.minecraft.util.ProblemReporter.Collector.ProblemTreeNode
Packages that use ProblemReporter.Collector.ProblemTreeNode
-
Uses of ProblemReporter.Collector.ProblemTreeNode in net.minecraft.util
Fields in net.minecraft.util with type parameters of type ProblemReporter.Collector.ProblemTreeNodeModifier and TypeFieldDescriptionProblemReporter.Collector.ProblemTreeNode.children
The field for thechildren
record component.Methods in net.minecraft.util that return ProblemReporter.Collector.ProblemTreeNodeModifier and TypeMethodDescriptionProblemReporter.Collector.ProblemTreeNode.child
(ProblemReporter.PathElement pElement) Methods in net.minecraft.util that return types with arguments of type ProblemReporter.Collector.ProblemTreeNodeModifier and TypeMethodDescriptionProblemReporter.Collector.ProblemTreeNode.children()
Returns the value of thechildren
record component.Constructor parameters in net.minecraft.util with type arguments of type ProblemReporter.Collector.ProblemTreeNodeModifierConstructorDescription(package private)
ProblemTreeNode
(ProblemReporter.PathElement element, List<ProblemReporter.Problem> problems, Map<ProblemReporter.PathElement, ProblemReporter.Collector.ProblemTreeNode> children) Creates an instance of aProblemTreeNode
record class.