Uses of Interface
net.minecraft.util.ErrorReporter
Package
Description
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of ErrorReporter in net.minecraft.advancement
Modifier and TypeMethodDescriptionvoid
Advancement.validate
(ErrorReporter errorReporter, RegistryEntryLookup.RegistryLookup lookup) -
Uses of ErrorReporter in net.minecraft.loot
ModifierConstructorDescriptionLootTableReporter
(ErrorReporter errorReporter, LootContextType contextType) private
LootTableReporter
(ErrorReporter errorReporter, LootContextType contextType, Optional<RegistryEntryLookup.RegistryLookup> dataLookup, Set<RegistryKey<?>> referenceStack) LootTableReporter
(ErrorReporter errorReporter, LootContextType contextType, RegistryEntryLookup.RegistryLookup dataLookup) -
Uses of ErrorReporter in net.minecraft.loot.context
Modifier and TypeMethodDescriptionvoid
LootContextType.validate
(ErrorReporter errorReporter, LootContextAware parameterConsumer) -
Uses of ErrorReporter in net.minecraft.predicate.entity
Modifier and TypeFieldDescriptionprivate final ErrorReporter
LootContextPredicateValidator.errorReporter
ModifierConstructorDescriptionLootContextPredicateValidator
(ErrorReporter errorReporter, RegistryEntryLookup.RegistryLookup conditionsLookup) -
Uses of ErrorReporter in net.minecraft.util
Modifier and TypeMethodDescription