Package net.minecraft.registry
Interface Registerable<T>
public interface Registerable<T>
- Mappings:
 Namespace Name named net/minecraft/registry/Registerableintermediary net/minecraft/class_7891official qq
- 
Method Summary
Modifier and TypeMethodDescription<S> RegistryEntryLookup<S> getRegistryLookup(RegistryKey<? extends Registry<? extends S>> registryRef) default RegistryEntry.Reference<T> register(RegistryKey<T> key, T value) register(RegistryKey<T> key, T value, com.mojang.serialization.Lifecycle lifecycle)  
- 
Method Details
- 
register
RegistryEntry.Reference<T> register(RegistryKey<T> key, T value, com.mojang.serialization.Lifecycle lifecycle) - Mappings:
 Namespace Name Mixin selector named registerLnet/minecraft/registry/Registerable;register(Lnet/minecraft/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;)Lnet/minecraft/registry/entry/RegistryEntry$Reference;intermediary method_46800Lnet/minecraft/class_7891;method_46800(Lnet/minecraft/class_5321;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;)Lnet/minecraft/class_6880$class_6883;official aLqq;a(Lamd;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;)Ljl$c;
 - 
register
- Mappings:
 Namespace Name Mixin selector named registerLnet/minecraft/registry/Registerable;register(Lnet/minecraft/registry/RegistryKey;Ljava/lang/Object;)Lnet/minecraft/registry/entry/RegistryEntry$Reference;intermediary method_46838Lnet/minecraft/class_7891;method_46838(Lnet/minecraft/class_5321;Ljava/lang/Object;)Lnet/minecraft/class_6880$class_6883;official aLqq;a(Lamd;Ljava/lang/Object;)Ljl$c;
 - 
getRegistryLookup
<S> RegistryEntryLookup<S> getRegistryLookup(RegistryKey<? extends Registry<? extends S>> registryRef) - Mappings:
 Namespace Name Mixin selector named getRegistryLookupLnet/minecraft/registry/Registerable;getRegistryLookup(Lnet/minecraft/registry/RegistryKey;)Lnet/minecraft/registry/RegistryEntryLookup;intermediary method_46799Lnet/minecraft/class_7891;method_46799(Lnet/minecraft/class_5321;)Lnet/minecraft/class_7871;official aLqq;a(Lamd;)Ljm;
 
 -