Interface RegistryOps.RegistryInfoGetter

Enclosing class:
RegistryOps<T>

public static interface RegistryOps.RegistryInfoGetter
Mappings:
Namespace Name
official acd$b
intermediary net/minecraft/class_6903$class_7863
named net/minecraft/registry/RegistryOps$RegistryInfoGetter
  • Method Details

    • getRegistryInfo

      <T> Optional<RegistryOps.RegistryInfo<T>> getRegistryInfo(RegistryKey<? extends Registry<? extends T>> registryRef)
      Mappings:
      Namespace Name Mixin selector
      official a Lacd$b;a(Lace;)Ljava/util/Optional;
      intermediary method_46623 Lnet/minecraft/class_6903$class_7863;method_46623(Lnet/minecraft/class_5321;)Ljava/util/Optional;
      named getRegistryInfo Lnet/minecraft/registry/RegistryOps$RegistryInfoGetter;getRegistryInfo(Lnet/minecraft/registry/RegistryKey;)Ljava/util/Optional;