Uses of Interface
net.minecraft.util.ErrorReporter.class_11337
Packages that use ErrorReporter.class_11337
Package
Description
The base package for all Minecraft classes.
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of ErrorReporter.class_11337 in net.minecraft
Classes in net.minecraft that implement ErrorReporter.class_11337Modifier and TypeClassDescriptionstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final record -
Uses of ErrorReporter.class_11337 in net.minecraft.data.loottable
Classes in net.minecraft.data.loottable that implement ErrorReporter.class_11337 -
Uses of ErrorReporter.class_11337 in net.minecraft.loot
Classes in net.minecraft.loot that implement ErrorReporter.class_11337Modifier and TypeClassDescriptionstatic final recordstatic final recordstatic final recordstatic final recordMethods in net.minecraft.loot with parameters of type ErrorReporter.class_11337Modifier and TypeMethodDescriptionvoidLootTableReporter.report(ErrorReporter.class_11337 class_11337) -
Uses of ErrorReporter.class_11337 in net.minecraft.loot.entry
Fields in net.minecraft.loot.entry declared as ErrorReporter.class_11337Modifier and TypeFieldDescriptionstatic final ErrorReporter.class_11337AlternativeEntry.field_60420static final ErrorReporter.class_11337CombinedEntry.field_60421 -
Uses of ErrorReporter.class_11337 in net.minecraft.util
Fields in net.minecraft.util declared as ErrorReporter.class_11337Modifier and TypeFieldDescriptionprivate final ErrorReporter.class_11337ErrorReporter.Impl.class_11330.problemThe field for theproblemrecord component.Fields in net.minecraft.util with type parameters of type ErrorReporter.class_11337Modifier and TypeFieldDescriptionprivate final List<ErrorReporter.class_11337> ErrorReporter.Impl.class_11331.problemsThe field for theproblemsrecord component.Methods in net.minecraft.util that return ErrorReporter.class_11337Modifier and TypeMethodDescriptionErrorReporter.Impl.class_11330.problem()Returns the value of theproblemrecord component.Methods in net.minecraft.util that return types with arguments of type ErrorReporter.class_11337Modifier and TypeMethodDescriptionErrorReporter.Impl.class_11331.problems()Returns the value of theproblemsrecord component.Methods in net.minecraft.util with parameters of type ErrorReporter.class_11337Modifier and TypeMethodDescriptionvoidErrorReporter.Impl.report(ErrorReporter.class_11337 class_11337) voidErrorReporter.report(ErrorReporter.class_11337 class_11337) Method parameters in net.minecraft.util with type arguments of type ErrorReporter.class_11337Modifier and TypeMethodDescriptionvoidErrorReporter.Impl.method_71350(BiConsumer<String, ErrorReporter.class_11337> biConsumer) Constructors in net.minecraft.util with parameters of type ErrorReporter.class_11337ModifierConstructorDescription(package private)class_11330(ErrorReporter.Impl impl, ErrorReporter.class_11337 class_11337) Constructor parameters in net.minecraft.util with type arguments of type ErrorReporter.class_11337ModifierConstructorDescriptionprivateclass_11331(ErrorReporter.class_11336 class_11336, List<ErrorReporter.class_11337> list, Map<ErrorReporter.class_11336, ErrorReporter.Impl.class_11331> map)