Uses of Interface
net.minecraft.util.ErrorReporter.Error
Packages that use ErrorReporter.Error
Package
Description
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of ErrorReporter.Error in net.minecraft.data.loottable
Classes in net.minecraft.data.loottable that implement ErrorReporter.Error -
Uses of ErrorReporter.Error in net.minecraft.loot
Classes in net.minecraft.loot that implement ErrorReporter.ErrorModifier and TypeClassDescriptionstatic final record
static final record
static final record
static final record
Methods in net.minecraft.loot with parameters of type ErrorReporter.Error -
Uses of ErrorReporter.Error in net.minecraft.loot.entry
Fields in net.minecraft.loot.entry declared as ErrorReporter.ErrorModifier and TypeFieldDescriptionstatic final ErrorReporter.Error
CombinedEntry.EMPTY_CHILDREN_LIST_ERROR
static final ErrorReporter.Error
AlternativeEntry.UNREACHABLE_ENTRY_ERROR
-
Uses of ErrorReporter.Error in net.minecraft.storage
Classes in net.minecraft.storage that implement ErrorReporter.ErrorModifier and TypeClassDescriptionstatic final record
static final record
static final record
static final record
static final record
static final record
static final record
static final record
static final record
-
Uses of ErrorReporter.Error in net.minecraft.util
Fields in net.minecraft.util declared as ErrorReporter.ErrorModifier and TypeFieldDescriptionprivate final ErrorReporter.Error
ErrorReporter.Impl.ErrorEntry.error
The field for theerror
record component.Fields in net.minecraft.util with type parameters of type ErrorReporter.ErrorModifier and TypeFieldDescriptionprivate final List
<ErrorReporter.Error> ErrorReporter.Impl.ErrorList.errors
The field for theerrors
record component.Methods in net.minecraft.util that return ErrorReporter.ErrorModifier and TypeMethodDescriptionErrorReporter.Impl.ErrorEntry.error()
Returns the value of theerror
record component.Methods in net.minecraft.util that return types with arguments of type ErrorReporter.ErrorModifier and TypeMethodDescriptionErrorReporter.Impl.ErrorList.errors()
Returns the value of theerrors
record component.Methods in net.minecraft.util with parameters of type ErrorReporter.ErrorModifier and TypeMethodDescriptionvoid
ErrorReporter.Impl.report
(ErrorReporter.Error error) void
ErrorReporter.report
(ErrorReporter.Error error) Method parameters in net.minecraft.util with type arguments of type ErrorReporter.ErrorModifier and TypeMethodDescriptionvoid
ErrorReporter.Impl.apply
(BiConsumer<String, ErrorReporter.Error> consumer) Constructors in net.minecraft.util with parameters of type ErrorReporter.ErrorModifierConstructorDescription(package private)
ErrorEntry
(ErrorReporter.Impl impl, ErrorReporter.Error error) Constructor parameters in net.minecraft.util with type arguments of type ErrorReporter.ErrorModifierConstructorDescriptionprivate
ErrorList
(ErrorReporter.Context context, List<ErrorReporter.Error> list, Map<ErrorReporter.Context, ErrorReporter.Impl.ErrorList> map)