Interface RegistryBuilder.BootstrapFunction<T>

Enclosing class:
RegistryBuilder
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 RegistryBuilder.BootstrapFunction<T>
Mappings:
Namespace Name
official hp$e
intermediary net/minecraft/class_7877$class_7882
named net/minecraft/registry/RegistryBuilder$BootstrapFunction
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(Registerable<T> registerable)
     
  • Method Details

    • run

      void run(Registerable<T> registerable)
      Mappings:
      Namespace Name Mixin selector
      official run Lhp$e;run(Lnl;)V
      intermediary run Lnet/minecraft/class_7877$class_7882;run(Lnet/minecraft/class_7891;)V
      named run Lnet/minecraft/registry/RegistryBuilder$BootstrapFunction;run(Lnet/minecraft/registry/Registerable;)V