Class IngredientComponentCapabilityAttacherManager

java.lang.Object
org.cyclops.commoncapabilities.api.ingredient.capability.IngredientComponentCapabilityAttacherManager

public class IngredientComponentCapabilityAttacherManager extends Object
A helper manager that can be used to easily attach capabilities to ingredient components. This manager must be instantiated during mod initialization, and instances of IIngredientComponentCapabilityAttacher can be registered to it. When the ingredient components are being registered later on, this manager will ensure that the registered attachers are called, and that their capabilities are attached.