Class PrototypedIngredientAlternativesList<T,M>

java.lang.Object
org.cyclops.commoncapabilities.api.capability.recipehandler.PrototypedIngredientAlternativesList<T,M>
Type Parameters:
T - The instance type.
M - The matching condition parameter, may be Void.
All Implemented Interfaces:
IPrototypedIngredientAlternatives<T,M>

public class PrototypedIngredientAlternativesList<T,M> extends Object implements IPrototypedIngredientAlternatives<T,M>
A list-based IPrototypedIngredientAlternatives implementation.