Uses of Interface
net.minecraft.util.ProblemReporter.PathElement
Packages that use ProblemReporter.PathElement
Package
Description
-
Uses of ProblemReporter.PathElement in net.minecraft.util
Classes in net.minecraft.util that implement ProblemReporter.PathElementModifier and TypeClassDescriptionstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordFields in net.minecraft.util declared as ProblemReporter.PathElementModifier and TypeFieldDescriptionprivate final ProblemReporter.PathElementProblemReporter.Collector.elementprivate final ProblemReporter.PathElementProblemReporter.Collector.ProblemTreeNode.elementThe field for theelementrecord component.static final ProblemReporter.PathElementProblemReporter.Collector.EMPTY_ROOTFields in net.minecraft.util with type parameters of type ProblemReporter.PathElementModifier and TypeFieldDescriptionprivate final Map<ProblemReporter.PathElement, ProblemReporter.Collector.ProblemTreeNode> ProblemReporter.Collector.ProblemTreeNode.childrenThe field for thechildrenrecord component.Methods in net.minecraft.util that return ProblemReporter.PathElementModifier and TypeMethodDescriptionProblemReporter.Collector.ProblemTreeNode.element()Returns the value of theelementrecord component.Methods in net.minecraft.util that return types with arguments of type ProblemReporter.PathElementModifier and TypeMethodDescriptionProblemReporter.Collector.ProblemTreeNode.children()Returns the value of thechildrenrecord component.Methods in net.minecraft.util with parameters of type ProblemReporter.PathElementModifier and TypeMethodDescriptionProblemReporter.Collector.ProblemTreeNode.child(ProblemReporter.PathElement id) ProblemReporter.Collector.forChild(ProblemReporter.PathElement path) ProblemReporter.forChild(ProblemReporter.PathElement path) Constructors in net.minecraft.util with parameters of type ProblemReporter.PathElementModifierConstructorDescriptionprivateCollector(ProblemReporter.Collector parent, ProblemReporter.PathElement path) ProblemTreeNode(ProblemReporter.PathElement pathElement) privateProblemTreeNode(ProblemReporter.PathElement element, List<ProblemReporter.Problem> problems, Map<ProblemReporter.PathElement, ProblemReporter.Collector.ProblemTreeNode> children) Creates an instance of aProblemTreeNoderecord class.ScopedCollector(ProblemReporter.PathElement root, org.slf4j.Logger logger) Constructor parameters in net.minecraft.util with type arguments of type ProblemReporter.PathElementModifierConstructorDescriptionprivateProblemTreeNode(ProblemReporter.PathElement element, List<ProblemReporter.Problem> problems, Map<ProblemReporter.PathElement, ProblemReporter.Collector.ProblemTreeNode> children) Creates an instance of aProblemTreeNoderecord class. -
Uses of ProblemReporter.PathElement in net.minecraft.world.entity
Classes in net.minecraft.world.entity that implement ProblemReporter.PathElementMethods in net.minecraft.world.entity that return ProblemReporter.PathElement -
Uses of ProblemReporter.PathElement in net.minecraft.world.level.block.entity
Classes in net.minecraft.world.level.block.entity that implement ProblemReporter.PathElementMethods in net.minecraft.world.level.block.entity that return ProblemReporter.PathElement -
Uses of ProblemReporter.PathElement in net.minecraft.world.level.chunk
Classes in net.minecraft.world.level.chunk that implement ProblemReporter.PathElementMethods in net.minecraft.world.level.chunk that return ProblemReporter.PathElementModifier and TypeMethodDescriptionChunkAccess.problemPath()static ProblemReporter.PathElementChunkAccess.problemPath(ChunkPos pos) -
Uses of ProblemReporter.PathElement in net.minecraft.world.level.storage.loot
Methods in net.minecraft.world.level.storage.loot with parameters of type ProblemReporter.PathElementModifier and TypeMethodDescriptionValidationContext.enterElement(ProblemReporter.PathElement subContext, ResourceKey<?> element) ValidationContext.forChild(ProblemReporter.PathElement subContext) -
Uses of ProblemReporter.PathElement in net.minecraft.world.level.storage.loot.entries
Fields in net.minecraft.world.level.storage.loot.entries declared as ProblemReporter.PathElementModifier and TypeFieldDescriptionstatic final ProblemReporter.PathElementNestedLootTable.INLINE_LOOT_TABLE_PATH_ELEMENT