Package net.minecraft.util.registry
Interface Registry<K,V>
- All Superinterfaces:
Iterable<V>
- All Known Implementing Classes:
BiDefaultedRegistry,DefaultedRegistry,MutableRegistry,SimpleRegistry,SoundRegistry
- Mappings:
Namespace Name official dhintermediary net/minecraft/class_1366named net/minecraft/util/registry/Registry
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
get
- Mappings:
Namespace Name Mixin selector official cLdh;c(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;
-
put
- Mappings:
Namespace Name Mixin selector official aLdh;a(Ljava/lang/Object;Ljava/lang/Object;)Vintermediary method_4383Lnet/minecraft/class_1366;method_4383(Ljava/lang/Object;Ljava/lang/Object;)Vnamed putLnet/minecraft/util/registry/Registry;put(Ljava/lang/Object;Ljava/lang/Object;)V
-
getKeySet
- Mappings:
Namespace Name Mixin selector official cLdh;c()Ljava/util/Set;intermediary method_12583Lnet/minecraft/class_1366;method_12583()Ljava/util/Set;named getKeySetLnet/minecraft/util/registry/Registry;getKeySet()Ljava/util/Set;
-