Interface Registries.Initializer<T>

Enclosing class:
Registries
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 Registries.Initializer<T>
Mappings:
Namespace Name
official iw$a
intermediary net/minecraft/class_7923$class_6889
named net/minecraft/registry/Registries$Initializer
  • 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 Liw$a;run(Lhm;)Ljava/lang/Object;
      intermediary run Lnet/minecraft/class_7923$class_6889;run(Lnet/minecraft/class_2378;)Ljava/lang/Object;
      named run Lnet/minecraft/registry/Registries$Initializer;run(Lnet/minecraft/registry/Registry;)Ljava/lang/Object;