Interface Registerable<T>


public interface Registerable<T>
Mappings:
Namespace Name
official nl
intermediary net/minecraft/class_7891
named net/minecraft/registry/Registerable
  • Method Details

    • register

      RegistryEntry.Reference<T> register(RegistryKey<T> key, T value, com.mojang.serialization.Lifecycle lifecycle)
      Mappings:
      Namespace Name Mixin selector
      official a Lnl;a(Lace;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;)Lgz$c;
      intermediary method_46800 Lnet/minecraft/class_7891;method_46800(Lnet/minecraft/class_5321;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;)Lnet/minecraft/class_6880$class_6883;
      named register Lnet/minecraft/registry/Registerable;register(Lnet/minecraft/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;)Lnet/minecraft/registry/entry/RegistryEntry$Reference;
    • register

      default RegistryEntry.Reference<T> register(RegistryKey<T> key, T value)
      Mappings:
      Namespace Name Mixin selector
      official a Lnl;a(Lace;Ljava/lang/Object;)Lgz$c;
      intermediary method_46838 Lnet/minecraft/class_7891;method_46838(Lnet/minecraft/class_5321;Ljava/lang/Object;)Lnet/minecraft/class_6880$class_6883;
      named register Lnet/minecraft/registry/Registerable;register(Lnet/minecraft/registry/RegistryKey;Ljava/lang/Object;)Lnet/minecraft/registry/entry/RegistryEntry$Reference;
    • getRegistryLookup

      <S> RegistryEntryLookup<S> getRegistryLookup(RegistryKey<? extends Registry<? extends S>> registryRef)
      Mappings:
      Namespace Name Mixin selector
      official a Lnl;a(Lace;)Lha;
      intermediary method_46799 Lnet/minecraft/class_7891;method_46799(Lnet/minecraft/class_5321;)Lnet/minecraft/class_7871;
      named getRegistryLookup Lnet/minecraft/registry/Registerable;getRegistryLookup(Lnet/minecraft/registry/RegistryKey;)Lnet/minecraft/registry/RegistryEntryLookup;