Package net.minecraft.util.registry
Class DefaultedRegistry<K,V>
java.lang.Object
net.minecraft.util.registry.MutableRegistry<K,V>
net.minecraft.util.registry.DefaultedRegistry<K,V>
- Mappings:
Namespace Name official cpintermediary net/minecraft/class_1342named net/minecraft/util/registry/DefaultedRegistry
-
Field Summary
FieldsFields inherited from class net.minecraft.util.registry.MutableRegistry
map -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.util.registry.MutableRegistry
containsKey, createMap, iterator, keySet, putMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
defaultValue
- Mappings:
Namespace Name Mixin selector official aLcp;a:Ljava/lang/Object;intermediary field_5164Lnet/minecraft/class_1342;field_5164:Ljava/lang/Object;named defaultValueLnet/minecraft/util/registry/DefaultedRegistry;defaultValue:Ljava/lang/Object;
-
-
Constructor Details
-
DefaultedRegistry
- Mappings:
Namespace Name Mixin selector official <init>Lcp;<init>(Ljava/lang/Object;)Vintermediary <init>Lnet/minecraft/class_1342;<init>(Ljava/lang/Object;)Vnamed <init>Lnet/minecraft/util/registry/DefaultedRegistry;<init>(Ljava/lang/Object;)V
-
-
Method Details
-
get
- Specified by:
getin interfaceRegistry<K,V> - Overrides:
getin classMutableRegistry<K,V> - Mappings:
Namespace Name Mixin selector official aLdb;a(Ljava/lang/Object;)Ljava/lang/Object;intermediary method_4382Lnet/minecraft/class_1366;method_4382(Ljava/lang/Object;)Ljava/lang/Object;named getLnet/minecraft/util/registry/Registry;get(Ljava/lang/Object;)Ljava/lang/Object;
-