Uses of Record Class
net.minecraft.util.ErrorReporter.Impl.ErrorList
Packages that use ErrorReporter.Impl.ErrorList
Package
Description
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of ErrorReporter.Impl.ErrorList in net.minecraft.util
Fields in net.minecraft.util with type parameters of type ErrorReporter.Impl.ErrorListModifier and TypeFieldDescriptionprivate final Map
<ErrorReporter.Context, ErrorReporter.Impl.ErrorList> ErrorReporter.Impl.ErrorList.children
The field for thechildren
record component.Methods in net.minecraft.util that return ErrorReporter.Impl.ErrorListModifier and TypeMethodDescriptionErrorReporter.Impl.ErrorList.get
(ErrorReporter.Context context) Methods in net.minecraft.util that return types with arguments of type ErrorReporter.Impl.ErrorListModifier and TypeMethodDescriptionErrorReporter.Impl.ErrorList.children()
Returns the value of thechildren
record component.Constructor parameters in net.minecraft.util with type arguments of type ErrorReporter.Impl.ErrorListModifierConstructorDescriptionprivate
ErrorList
(ErrorReporter.Context context, List<ErrorReporter.Error> list, Map<ErrorReporter.Context, ErrorReporter.Impl.ErrorList> map)