Package net.minecraft.util
Interface ErrorReporter
- All Known Implementing Classes:
ErrorReporter.Impl
public interface ErrorReporter
- Mappings:
Namespace Name official aye
intermediary net/minecraft/class_8942
named net/minecraft/util/ErrorReporter
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoid
-
Method Details
-
makeChild
- Mappings:
Namespace Name Mixin selector official a
Laye;a(Ljava/lang/String;)Laye;
intermediary method_54946
Lnet/minecraft/class_8942;method_54946(Ljava/lang/String;)Lnet/minecraft/class_8942;
named makeChild
Lnet/minecraft/util/ErrorReporter;makeChild(Ljava/lang/String;)Lnet/minecraft/util/ErrorReporter;
-
report
- Mappings:
Namespace Name Mixin selector official b
Laye;b(Ljava/lang/String;)V
intermediary method_54947
Lnet/minecraft/class_8942;method_54947(Ljava/lang/String;)V
named report
Lnet/minecraft/util/ErrorReporter;report(Ljava/lang/String;)V
-