Uses of Class
net.minecraft.util.ProblemReporter.Collector
Packages that use ProblemReporter.Collector
Package
Description
Classes for NeoForge's own data generation.
-
Uses of ProblemReporter.Collector in net.minecraft.data.loot
Methods in net.minecraft.data.loot with parameters of type ProblemReporter.CollectorModifier and TypeMethodDescriptionprotected void
LootTableProvider.validate
(WritableRegistry<LootTable> writableregistry, ValidationContext validationcontext, ProblemReporter.Collector problemreporter$collector) -
Uses of ProblemReporter.Collector in net.minecraft.util
Subclasses of ProblemReporter.Collector in net.minecraft.utilFields in net.minecraft.util declared as ProblemReporter.CollectorModifier and TypeFieldDescriptionprivate final ProblemReporter.Collector
ProblemReporter.Collector.parent
private final ProblemReporter.Collector
ProblemReporter.Collector.Entry.source
The field for thesource
record component.Methods in net.minecraft.util that return ProblemReporter.CollectorModifier and TypeMethodDescriptionProblemReporter.Collector.Entry.source()
Returns the value of thesource
record component.Constructors in net.minecraft.util with parameters of type ProblemReporter.CollectorModifierConstructorDescriptionprivate
Collector
(ProblemReporter.Collector pParent, ProblemReporter.PathElement pElement) (package private)
Entry
(ProblemReporter.Collector source, ProblemReporter.Problem problem) Creates an instance of aEntry
record class. -
Uses of ProblemReporter.Collector in net.neoforged.neoforge.common.data.internal
Methods in net.neoforged.neoforge.common.data.internal with parameters of type ProblemReporter.CollectorModifier and TypeMethodDescriptionprotected void
NeoForgeLootTableProvider.validate
(WritableRegistry<LootTable> writableregistry, ValidationContext validationcontext, ProblemReporter.Collector problemreporter$collector)