T - the type of thing we're holding ontopublic interface RegistryDelegate<T>
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | RegistryDelegate.Delegate<T> | 
| Modifier and Type | Method and Description | 
|---|---|
| T | get()Get the referent pointed at by this delegate. | 
| ResourceLocation | name()Get the unique resource location for this delegate. | 
| java.lang.Class<T> | type()Get the delegate type. | 
T get()
ResourceLocation name()
java.lang.Class<T> type()