Uses of Class
me.mehboss.utils.RecipeUtil.Ingredient
Packages that use RecipeUtil.Ingredient
Package
Description
Contains general-purpose utility classes used throughout the plugin.
Contains data models for defining custom recipe behavior.
-
Uses of RecipeUtil.Ingredient in me.mehboss.utils
Methods in me.mehboss.utils that return RecipeUtil.IngredientModifier and TypeMethodDescriptionRecipeUtil.Recipe.getSlot(int slot) Getter for an ingredient slotMethods in me.mehboss.utils that return types with arguments of type RecipeUtil.IngredientModifier and TypeMethodDescriptionRecipeUtil.Recipe.getIngredients()Getter for the recipe ingredientsMethods in me.mehboss.utils with parameters of type RecipeUtil.IngredientModifier and TypeMethodDescriptionvoidRecipeUtil.Recipe.addIngredient(RecipeUtil.Ingredient ingredient) Adds an Ingredient object to the recipe, required Requires 9 ingredients for crafting, 1 otherwiseMetaChecks.itemsMatch(String recipeName, org.bukkit.inventory.ItemStack item, RecipeUtil.Ingredient ingredient) Compares an input item against a recipe ingredient definition. -
Uses of RecipeUtil.Ingredient in me.mehboss.utils.data
Methods in me.mehboss.utils.data with parameters of type RecipeUtil.IngredientModifier and TypeMethodDescriptionvoidBrewingRecipeData.setBrewFuel(RecipeUtil.Ingredient fuelItem) Builds and stores the fuel item used for brewing.voidBrewingRecipeData.setBrewIngredient(RecipeUtil.Ingredient ingredientItem) Builds and stores the ingredient item used for brewing.