接口 ITagManager<V>

所有超级接口:
Iterable<ITag<V>>
所有已知实现类:
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.