Package net.minecraft.util.dynamic
Interface RegistryOps.RegistryInfoGetter
- Enclosing class:
RegistryOps<T>
public static interface RegistryOps.RegistryInfoGetter
- Mappings:
Namespace Name official acc$bintermediary net/minecraft/class_6903$class_7863named net/minecraft/util/dynamic/RegistryOps$RegistryInfoGetter
-
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 official aLacc$b;a(Lacd;)Ljava/util/Optional;intermediary method_46623Lnet/minecraft/class_6903$class_7863;method_46623(Lnet/minecraft/class_5321;)Ljava/util/Optional;named getRegistryInfoLnet/minecraft/util/dynamic/RegistryOps$RegistryInfoGetter;getRegistryInfo(Lnet/minecraft/util/registry/RegistryKey;)Ljava/util/Optional;
-