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 voidLootTableProvider.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 @Nullable ProblemReporter.CollectorProblemReporter.Collector.parentprivate final ProblemReporter.CollectorProblemReporter.Collector.Entry.sourceThe field for thesourcerecord component.Methods in net.minecraft.util that return ProblemReporter.CollectorModifier and TypeMethodDescriptionProblemReporter.Collector.Entry.source()Returns the value of thesourcerecord component.Constructors in net.minecraft.util with parameters of type ProblemReporter.CollectorModifierConstructorDescriptionprivateCollector(ProblemReporter.Collector pParent, ProblemReporter.PathElement pElement) (package private)Entry(ProblemReporter.Collector source, ProblemReporter.Problem problem) Creates an instance of aEntryrecord 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 voidNeoForgeLootTableProvider.validate(WritableRegistry<LootTable> writableregistry, ValidationContext validationcontext, ProblemReporter.Collector problemreporter$collector)