public interface IForgeRegistryEntry<V>
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
IForgeRegistryEntry.Impl<T extends IForgeRegistryEntry<T>>  | 
| Modifier and Type | Method and Description | 
|---|---|
ResourceLocation | 
getRegistryName()
A unique identifier for this entry, if this entry is registered already it will return it's official registry name. 
 | 
java.lang.Class<? super V> | 
getRegistryType()  | 
V | 
setRegistryName(ResourceLocation name)
Sets a unique name for this Item. 
 | 
V setRegistryName(ResourceLocation name)
name - Unique registry nameResourceLocation getRegistryName()
java.lang.Class<? super V> getRegistryType()