Package net.minecraft.util.registry
Class MutableRegistry<K,V>
java.lang.Object
net.minecraft.util.registry.MutableRegistry<K,V>
- Direct Known Subclasses:
DefaultedRegistry,SimpleRegistry,SoundRegistry
public class MutableRegistry<K,V> extends Object implements Registry<K,V>
- Mappings:
Namespace Name official ddintermediary net/minecraft/class_1399named net/minecraft/util/registry/MutableRegistry
-
Field Summary
-
Constructor Summary
Constructors Constructor Description MutableRegistry() -
Method Summary
Methods 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
-
LOGGER
- Mappings:
Namespace Name Mixin selector official aLdd;a:Lorg/apache/logging/log4j/Logger;intermediary field_5893Lnet/minecraft/class_1399;field_5893:Lorg/apache/logging/log4j/Logger;named LOGGERLnet/minecraft/util/registry/MutableRegistry;LOGGER:Lorg/apache/logging/log4j/Logger;
-
map
- Mappings:
Namespace Name Mixin selector official cLdd;c:Ljava/util/Map;intermediary field_5894Lnet/minecraft/class_1399;field_5894:Ljava/util/Map;named mapLnet/minecraft/util/registry/MutableRegistry;map:Ljava/util/Map;
-
-
Constructor Details
-
MutableRegistry
public MutableRegistry()
-
-
Method Details
-
createMap
- Mappings:
Namespace Name Mixin selector official bLdd;b()Ljava/util/Map;intermediary method_4970Lnet/minecraft/class_1399;method_4970()Ljava/util/Map;named createMapLnet/minecraft/util/registry/MutableRegistry;createMap()Ljava/util/Map;
-
get
- Specified by:
getin interfaceRegistry<K,V>- Mappings:
Namespace Name Mixin selector official aLdb;a(Ljava/lang/Object;)Ljava/lang/Object;intermediary method_4964Lnet/minecraft/class_1397;method_4964(Ljava/lang/Object;)Ljava/lang/Object;named getLnet/minecraft/util/registry/Registry;get(Ljava/lang/Object;)Ljava/lang/Object;
-
put
- Specified by:
putin interfaceRegistry<K,V>- Mappings:
Namespace Name Mixin selector official aLdb;a(Ljava/lang/Object;Ljava/lang/Object;)Vintermediary method_4965Lnet/minecraft/class_1397;method_4965(Ljava/lang/Object;Ljava/lang/Object;)Vnamed putLnet/minecraft/util/registry/Registry;put(Ljava/lang/Object;Ljava/lang/Object;)V
-
keySet
- Mappings:
Namespace Name Mixin selector official cLdd;c()Ljava/util/Set;intermediary method_4971Lnet/minecraft/class_1399;method_4971()Ljava/util/Set;named keySetLnet/minecraft/util/registry/MutableRegistry;keySet()Ljava/util/Set;
-
containsKey
- Mappings:
Namespace Name Mixin selector official dLdd;d(Ljava/lang/Object;)Zintermediary method_4972Lnet/minecraft/class_1399;method_4972(Ljava/lang/Object;)Znamed containsKeyLnet/minecraft/util/registry/MutableRegistry;containsKey(Ljava/lang/Object;)Z
-
iterator
- Specified by:
iteratorin interfaceIterable<K>- Mappings:
Namespace Name Mixin selector official iteratorLdd;iterator()Ljava/util/Iterator;intermediary iteratorLnet/minecraft/class_1399;iterator()Ljava/util/Iterator;named iteratorLnet/minecraft/util/registry/MutableRegistry;iterator()Ljava/util/Iterator;
-