Package net.minecraft.registry
Interface RegistryKeyedValue<T,V>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Mappings:
Namespace Name named net/minecraft/registry/RegistryKeyedValueintermediary net/minecraft/class_10162official alj
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T,V> RegistryKeyedValue <T, V> fixed(V value) get(RegistryKey<T> registryKey)
-
Method Details
-
get
- Mappings:
Namespace Name Mixin selector named getLnet/minecraft/registry/RegistryKeyedValue;get(Lnet/minecraft/registry/RegistryKey;)Ljava/lang/Object;intermediary getLnet/minecraft/class_10162;get(Lnet/minecraft/class_5321;)Ljava/lang/Object;official getLalj;get(Lalq;)Ljava/lang/Object;
-
fixed
- Mappings:
Namespace Name Mixin selector named fixedLnet/minecraft/registry/RegistryKeyedValue;fixed(Ljava/lang/Object;)Lnet/minecraft/registry/RegistryKeyedValue;intermediary fixedLnet/minecraft/class_10162;fixed(Ljava/lang/Object;)Lnet/minecraft/class_10162;official fixedLalj;fixed(Ljava/lang/Object;)Lalj;
-