extends MutableRegistry<T>
All mapped superinterfaces:
| fi | |
| net.minecraft.class_2370 | |
| net.minecraft.util.registry.SimpleRegistry | |
| net.minecraft.util.registry.SimpleRegistry |
Field summary
| Modifier and Type | Field | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| protected static final org.apache.logging.log4j.Logger |
| ||||||||
| protected final Int2ObjectBiMap<T> |
| ||||||||
| protected final com.google.common.collect.BiMap<Identifier, T> |
| ||||||||
| protected Object[] |
| ||||||||
| private int |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | () |
Method summary
| Modifier and Type | Method | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| public <V extends T> V |
| ||||||||
| public <V extends T> V |
| ||||||||
| public Identifier |
| ||||||||
| public int |
| ||||||||
| public T |
| ||||||||
| public Iterator<T> |
| ||||||||
| public T |
| ||||||||
| public Optional<T> |
| ||||||||
| public Set<Identifier> |
| ||||||||
| public boolean |
| ||||||||
| public T |
| ||||||||
| public boolean |
|