Interface ErrorReporter.Context

All Known Implementing Classes:
BlockEntity.ReporterContext, Chunk.ErrorReporterContext, Entity.ErrorReporterContext, ErrorReporter.CriterionContext, ErrorReporter.ListElementContext, ErrorReporter.LootTableContext, ErrorReporter.MapElementContext, ErrorReporter.NamedListElementContext, ErrorReporter.ReferenceLootTableContext
Enclosing interface:
ErrorReporter
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ErrorReporter.Context
Mappings:
Namespace Name
named net/minecraft/util/ErrorReporter$Context
intermediary net/minecraft/class_8942$class_11336
official bci$f
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getName

      String getName()
      Mappings:
      Namespace Name Mixin selector
      named getName Lnet/minecraft/util/ErrorReporter$Context;getName()Ljava/lang/String;
      intermediary get Lnet/minecraft/class_8942$class_11336;get()Ljava/lang/String;
      official get Lbci$f;get()Ljava/lang/String;