Interface ErrorReporter

All Known Implementing Classes:
ErrorReporter.Impl

public interface ErrorReporter
Mappings:
Namespace Name
named net/minecraft/util/ErrorReporter
intermediary net/minecraft/class_8942
official azf
  • Method Details

    • makeChild

      ErrorReporter makeChild(String name)
      Mappings:
      Namespace Name Mixin selector
      named makeChild Lnet/minecraft/util/ErrorReporter;makeChild(Ljava/lang/String;)Lnet/minecraft/util/ErrorReporter;
      intermediary method_54946 Lnet/minecraft/class_8942;method_54946(Ljava/lang/String;)Lnet/minecraft/class_8942;
      official a Lazf;a(Ljava/lang/String;)Lazf;
    • report

      void report(String message)
      Mappings:
      Namespace Name Mixin selector
      named report Lnet/minecraft/util/ErrorReporter;report(Ljava/lang/String;)V
      intermediary method_54947 Lnet/minecraft/class_8942;method_54947(Ljava/lang/String;)V
      official b Lazf;b(Ljava/lang/String;)V