Interface BuiltinRegistries.Initializer<T>

Enclosing class:
BuiltinRegistries
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 BuiltinRegistries.Initializer<T>
A functional interface that initializes the registry and returns the default value.
Mappings:
Namespace Name
official iw$a
intermediary net/minecraft/class_5458$class_7488
named net/minecraft/util/registry/BuiltinRegistries$Initializer
  • Method Summary

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

    • run

      RegistryEntry<? extends T> run(Registry<T> registry)
      Mappings:
      Namespace Name Mixin selector
      official run Liw$a;run(Lhm;)Lhc;
      intermediary run Lnet/minecraft/class_5458$class_7488;run(Lnet/minecraft/class_2378;)Lnet/minecraft/class_6880;
      named run Lnet/minecraft/util/registry/BuiltinRegistries$Initializer;run(Lnet/minecraft/util/registry/Registry;)Lnet/minecraft/util/registry/RegistryEntry;