net.minecraft.util.registry

public class IdRegistry<K, V>

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

All mapped superinterfaces:

Registry, IdObjectIterable

cx
net.minecraft.class_1943
net.minecraft.util.registry.IdRegistry
net.minecraft.util.RegistryNamespaced

Field summary

Modifier and TypeField
protected final CrudeIncrementalIntIdentityHashMap<V>
a
field_8399
ids
underlyingIntegerMap
protected final Map<V, K>
b
field_8400
keys
inverseObjectRegistry

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
a(int arg0, K arg1, V arg2)
method_10554(int arg0, K arg1, V arg2)
register(int id, K key, V value)
register(int id, K key, V value)
protected Map<K, V>
b()
method_7334()
createMap()
createUnderlyingMap()
public V
a(K arg0)
m_65457132(K arg0)
get(K arg0)
getObject(K arg0)
public K
c(V arg0)
method_10555(V arg0)
getKey(V value)
getNameForObject(V value)
public boolean
d(K arg0)
method_7336(K arg0)
containsKey(K arg0)
containsKey(K arg0)
public int
b(V arg0)
method_7330(V arg0)
getId(V value)
getIDForObject(V value)
public V
a(int arg0)
method_7326(int arg0)
get(int id)
getObjectById(int id)
public Iterator<V>
iterator()
iterator()
iterator()