Package net.minecraft.registry
Interface Registerable<T>
public interface Registerable<T>
- Mappings:
Namespace Name named net/minecraft/registry/Registerable
intermediary net/minecraft/class_7891
official rc
-
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 register
Lnet/minecraft/registry/Registerable;register(Lnet/minecraft/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;)Lnet/minecraft/registry/entry/RegistryEntry$Reference;
intermediary method_46800
Lnet/minecraft/class_7891;method_46800(Lnet/minecraft/class_5321;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;)Lnet/minecraft/class_6880$class_6883;
official a
Lrc;a(Lale;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;)Lji$c;
-
register
- Mappings:
Namespace Name Mixin selector named register
Lnet/minecraft/registry/Registerable;register(Lnet/minecraft/registry/RegistryKey;Ljava/lang/Object;)Lnet/minecraft/registry/entry/RegistryEntry$Reference;
intermediary method_46838
Lnet/minecraft/class_7891;method_46838(Lnet/minecraft/class_5321;Ljava/lang/Object;)Lnet/minecraft/class_6880$class_6883;
official a
Lrc;a(Lale;Ljava/lang/Object;)Lji$c;
-
getRegistryLookup
<S> RegistryEntryLookup<S> getRegistryLookup(RegistryKey<? extends Registry<? extends S>> registryRef) - Mappings:
Namespace Name Mixin selector named getRegistryLookup
Lnet/minecraft/registry/Registerable;getRegistryLookup(Lnet/minecraft/registry/RegistryKey;)Lnet/minecraft/registry/RegistryEntryLookup;
intermediary method_46799
Lnet/minecraft/class_7891;method_46799(Lnet/minecraft/class_5321;)Lnet/minecraft/class_7871;
official a
Lrc;a(Lale;)Ljj;
-