extends IRegistryWritable<T>
All mapped superinterfaces:
| fi | |
| net.minecraft.class_2370 | |
| net.minecraft.util.registry.SimpleRegistry | |
| net.minecraft.server.v1_14_R1.RegistryMaterials |
Field summary
| Modifier and Type | Field | ||||||
|---|---|---|---|---|---|---|---|
| protected static final org.apache.logging.log4j.Logger |
| ||||||
| protected final RegistryID<T> |
| ||||||
| protected final com.google.common.collect.BiMap<MinecraftKey, 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 MinecraftKey |
| ||||||||
| public int |
| ||||||||
| public T |
| ||||||||
| public Iterator<T> |
| ||||||||
| public T |
| ||||||||
| public Optional<T> |
| ||||||||
| public Set<MinecraftKey> |
| ||||||||
| public boolean |
| ||||||||
| public T |
| ||||||||
| public boolean |
|