net.minecraft.util.registry

public class MappedRegistry<K, V>

implements Registry<K, V>

dd
net.minecraft.class_1367
net.minecraft.util.registry.MappedRegistry
net.minecraft.util.RegistrySimple

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
a
field_8401
LOGGER
logger
protected final Map<K, V>
c
field_5257
entries
registryObjects

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
protected Map<K, V>
b()
method_7334()
createMap()
createUnderlyingMap()
public V
a(K arg0)
method_4382(K arg0)
get(K key)
getObject(K arg0)
public void
a(K arg0, V arg1)
method_4383(K arg0, V arg1)
put(K key, V value)
putObject(K arg0, V arg1)
public Set<K>
c()
method_7335()
keySet()
getKeys()
public boolean
d(K arg0)
method_7336(K arg0)
containsKey(K key)
containsKey(K key)
public Iterator<V>
iterator()
iterator()
iterator()