net.minecraft.util.registry

public class MappedRegistry<K, V>

implements Registry<K, V>

df
net.minecraft.class_1367
net.minecraft.util.registry.MappedRegistry
net.minecraft.util.registry.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
private Object[]
b
field_13724
randomCache
values

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
protected Map<K, V>
b()
method_7334()
createMap()
createUnderlyingMap()
public V
c(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 arg0, V arg1)
putObject(K arg0, V arg1)
public Set<K>
c()
method_12583()
keySet()
getKeys()
public V
a(Random arg0)
method_12584(Random arg0)
getRandom(Random random)
getRandomObject(Random random)
public boolean
d(K arg0)
method_7336(K arg0)
containsKey(K key)
containsKey(K key)
public Iterator<V>
iterator()
iterator()
iterator()