net.minecraft.util.registry

public class IdRegistry<K, V>

extends MappedRegistry<K, V> implements IdObjectIterable<V>

All mapped superinterfaces:

Registry, IdObjectIterable

cx
net.minecraft.unmapped.C_80713356
net.minecraft.util.registry.IdRegistry

Field summary

Modifier and TypeField
protected final CrudeIncrementalIntIdentityHashMap<V>
a
f_40759784
ids
protected final Map<V, K>
b
f_88668299
keys

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
a(int arg0, K arg1, V arg2)
m_48847618(int arg0, K arg1, V arg2)
register(int id, K key, V value)
protected Map<K, V>
b()
m_56475138()
createMap()
public V
a(K arg0)
m_65457132(K arg0)
get(K arg0)
public K
c(V arg0)
m_55287479(V arg0)
getKey(V value)
public boolean
d(K arg0)
m_72615648(K arg0)
containsKey(K arg0)
public int
b(V arg0)
m_71125592(V arg0)
getId(V value)
public V
a(int arg0)
m_15378046(int arg0)
get(int id)
public Iterator<V>
iterator()