net.minecraft.util.registry

public class MappedRegistry<K, V>

implements Registry<K, V>

dj
net.minecraft.unmapped.C_39524089
net.minecraft.util.registry.MappedRegistry

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
a
f_47483486
LOGGER
protected final Map<K, V>
c
f_66607653
entries
private Object[]
b
f_00554859
randomCache

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
protected Map<K, V>
b()
m_56475138()
createMap()
public V
c(K arg0)
m_65457132(K arg0)
get(K key)
public void
a(K arg0, V arg1)
m_23903711(K arg0, V arg1)
put(K arg0, V arg1)
public Set<K>
c()
m_71903807()
keySet()
public V
a(Random arg0)
m_47289449(Random arg0)
getRandom(Random random)
public boolean
d(K arg0)
m_72615648(K arg0)
containsKey(K key)
public Iterator<V>
iterator()