extends IRegistryWritable<T>
All mapped superinterfaces:
| fi | |
| net.minecraft.class_2370 | |
| net.minecraft.util.registry.SimpleRegistry | |
| net.minecraft.server.v1_14_R1.RegistryMaterials |
字段概要
| 修饰符与类型 | 字段 | ||||||
|---|---|---|---|---|---|---|---|
| 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 |
|
构造函数概要
| 修饰符 | 构造函数 |
|---|---|
| public | () |
方法概要
| 修饰符与类型 | 方法 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| 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 |
|