Uses of Class
valorless.valorlessutils.crafting.Ingredient
Packages that use Ingredient
-
Uses of Ingredient in valorless.valorlessutils.crafting
Methods in valorless.valorlessutils.crafting that return types with arguments of type IngredientModifier and TypeMethodDescriptionCraftRecipe.GetIngredients()
Gets the ingredients of the recipe.Method parameters in valorless.valorlessutils.crafting with type arguments of type IngredientModifier and TypeMethodDescriptionvoid
CraftRecipe.SetIngredients
(List<Ingredient> ingredients) Sets the ingredients of the recipe.Constructor parameters in valorless.valorlessutils.crafting with type arguments of type IngredientModifierConstructorDescriptionCraftRecipe
(org.bukkit.plugin.java.JavaPlugin plugin, String recipe, CraftRecipe.RecipeType type, List<Ingredient> ingredients, org.bukkit.inventory.ItemStack result, List<String>... shape) Constructs a new CraftRecipe.