Uses of Class
net.minecraft.util.ErrorReporter.Impl
Packages that use ErrorReporter.Impl
Package
Description
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of ErrorReporter.Impl in net.minecraft.util
Subclasses of ErrorReporter.Impl in net.minecraft.utilFields in net.minecraft.util declared as ErrorReporter.ImplModifier and TypeFieldDescriptionprivate final @Nullable ErrorReporter.Impl
ErrorReporter.Impl.parent
private final ErrorReporter.Impl
ErrorReporter.Impl.ErrorEntry.source
The field for thesource
record component.Methods in net.minecraft.util that return ErrorReporter.ImplModifier and TypeMethodDescriptionErrorReporter.Impl.ErrorEntry.source()
Returns the value of thesource
record component.Constructors in net.minecraft.util with parameters of type ErrorReporter.ImplModifierConstructorDescription(package private)
ErrorEntry
(ErrorReporter.Impl impl, ErrorReporter.Error error) private
Impl
(ErrorReporter.Impl parent, ErrorReporter.Context context)