Interface Registry.DefaultEntryGetter<T>

Enclosing class:
Registry<T>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface private static interface Registry.DefaultEntryGetter<T>
Mappings:
Namespace Name
official hb$a
intermediary net/minecraft/class_2378$class_6889
named net/minecraft/util/registry/Registry$DefaultEntryGetter
  • Method Summary

    Modifier and Type
    Method
    Description
    run(Registry<T> registry)
     
  • Method Details

    • run

      T run(Registry<T> registry)
      Mappings:
      Namespace Name Mixin selector
      official run Lhb$a;run(Lhb;)Ljava/lang/Object;
      intermediary run Lnet/minecraft/class_2378$class_6889;run(Lnet/minecraft/class_2378;)Ljava/lang/Object;
      named run Lnet/minecraft/util/registry/Registry$DefaultEntryGetter;run(Lnet/minecraft/util/registry/Registry;)Ljava/lang/Object;