public final class CategoryRecipeValidator<T extends net.minecraft.item.crafting.IRecipe<?>>
extends java.lang.Object
Constructor and Description |
---|
CategoryRecipeValidator(IRecipeCategory<T> recipeCategory,
int maxInputs) |
Modifier and Type | Method and Description |
---|---|
protected static int |
getInputCount(java.util.List<net.minecraft.item.crafting.Ingredient> ingredientList) |
boolean |
isRecipeHandled(T recipe) |
boolean |
isRecipeValid(T recipe) |
public CategoryRecipeValidator(IRecipeCategory<T> recipeCategory, int maxInputs)