public class GameRegistry
extends java.lang.Object
Constructor and Description |
---|
GameRegistry() |
Modifier and Type | Method and Description |
---|---|
static <K extends IForgeRegistryEntry<K>> |
findRegistry(java.lang.Class<K> registryType)
Retrieves the registry associated with this super class type.
|
public static <K extends IForgeRegistryEntry<K>> IForgeRegistry<K> findRegistry(java.lang.Class<K> registryType)
registryType
- The base class of items in this registry.