Package net.minecraft.registry
Interface RegistryOps.RegistryInfoGetter
- All Known Implementing Classes:
 RegistryOps.CachedRegistryInfoGetter
- Enclosing class:
 RegistryOps<T>
public static interface RegistryOps.RegistryInfoGetter
- Mappings:
 Namespace Name named net/minecraft/registry/RegistryOps$RegistryInfoGetterintermediary net/minecraft/class_6903$class_7863official akp$c
- 
Method Summary
Modifier and TypeMethodDescription<T> Optional<RegistryOps.RegistryInfo<T>> getRegistryInfo(RegistryKey<? extends Registry<? extends T>> registryRef)  
- 
Method Details
- 
getRegistryInfo
<T> Optional<RegistryOps.RegistryInfo<T>> getRegistryInfo(RegistryKey<? extends Registry<? extends T>> registryRef) - Mappings:
 Namespace Name Mixin selector named getRegistryInfoLnet/minecraft/registry/RegistryOps$RegistryInfoGetter;getRegistryInfo(Lnet/minecraft/registry/RegistryKey;)Ljava/util/Optional;intermediary method_46623Lnet/minecraft/class_6903$class_7863;method_46623(Lnet/minecraft/class_5321;)Ljava/util/Optional;official aLakp$c;a(Lakq;)Ljava/util/Optional;
 
 -