public class IdRegistry<K, V>
extends MappedRegistry<K, V> implements IdObjectIterable<V>
All mapped superinterfaces:
| cx | |
| net.minecraft.unmapped.C_80713356 | |
| net.minecraft.util.registry.IdRegistry |
Field summary
| Modifier and Type | Field | ||||||
|---|---|---|---|---|---|---|---|
| protected final CrudeIncrementalIntIdentityHashMap<V> |
| ||||||
| protected final Map<V, K> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | () |
Method summary
| Modifier and Type | Method | ||||||
|---|---|---|---|---|---|---|---|
| public void |
| ||||||
| protected Map<K, V> |
| ||||||
| public V |
| ||||||
| public K |
| ||||||
| public boolean |
| ||||||
| public int |
| ||||||
| public V |
| ||||||
| public Iterator<V> |
|