public class GameRegistry
extends java.lang.Object
| コンストラクタと説明 |
|---|
GameRegistry() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.