Interface IShapelessCraftingRecipe
- All Known Implementing Classes:
ShapelessCraftRecipe
,ShapelessEliteCraftRecipe
public interface IShapelessCraftingRecipe
-
Method Summary
Modifier and TypeMethodDescriptiondefault CraftingData
check(CraftingRecipe<?> recipe, Map<Character,Ingredient> recipeIngredients, boolean exactMeta, List<List<org.bukkit.inventory.ItemStack>> ingredients)
default void
checkIngredient(int x, int y, Map<Character,Ingredient> ingredientMap, List<Character> usedKeys, Map<Vec2d,IngredientData> dataMap, org.bukkit.inventory.ItemStack item, boolean exactMatch)
-
Method Details
-
check
default CraftingData check(CraftingRecipe<?> recipe, Map<Character,Ingredient> recipeIngredients, boolean exactMeta, List<List<org.bukkit.inventory.ItemStack>> ingredients) -
checkIngredient
default void checkIngredient(int x, int y, Map<Character,Ingredient> ingredientMap, List<Character> usedKeys, Map<Vec2d,IngredientData> dataMap, org.bukkit.inventory.ItemStack item, boolean exactMatch)
-