Interface IForgeRegistry<V>

Type Parameters:
V - The top level type for the registry
All Superinterfaces:
Iterable<V>
All Known Subinterfaces:
IForgeRegistryInternal<V>, IForgeRegistryModifiable<V>
All Known Implementing Classes:
ForgeRegistry

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