接口 IForgeRegistry<V>

类型参数:
V - The top level type for the registry
所有超级接口:
Iterable<V>
所有已知子接口:
IForgeRegistryInternal<V>, IForgeRegistryModifiable<V>
所有已知实现类:
ForgeRegistry

public interface IForgeRegistry<V> extends Iterable<V>
Main interface for the registry system. Use this to query the registry system.