Interface ITagManager<V>

All Superinterfaces:
Iterable<ITag<V>>
All Known Implementing Classes:
ForgeRegistryTagManager

public interface ITagManager<V> extends Iterable<ITag<V>>
A tag manager holds information about all tags currently bound to a forge registry. This should be preferred to any Holder-related methods.