public class FurnaceRecipe extends CookingRecipe<FurnaceRecipe>
| Constructor | Description | 
|---|---|
FurnaceRecipe(ItemStack result,
             Material source) | 
 Deprecated.  
 | 
FurnaceRecipe(ItemStack result,
             MaterialData source) | 
 Deprecated.  
 | 
FurnaceRecipe(ItemStack result,
             MaterialData source,
             float experience) | 
 Deprecated.  
 | 
FurnaceRecipe(ItemStack result,
             Material source,
             int data) | 
 Deprecated.  
 | 
FurnaceRecipe(NamespacedKey key,
             ItemStack result,
             RecipeChoice input,
             float experience,
             int cookingTime) | 
 Create a furnace recipe to craft the specified ItemStack. 
 | 
FurnaceRecipe(NamespacedKey key,
             ItemStack result,
             Material source,
             float experience,
             int cookingTime) | 
 Create a furnace recipe to craft the specified ItemStack. 
 | 
FurnaceRecipe(NamespacedKey key,
             ItemStack result,
             Material source,
             int data,
             float experience,
             int cookingTime) | 
 Deprecated.  
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
FurnaceRecipe | 
setInput(Material input) | 
 Sets the input of this cooking recipe. 
 | 
FurnaceRecipe | 
setInput(MaterialData input) | 
 Sets the input of this furnace recipe. 
 | 
FurnaceRecipe | 
setInput(Material input,
        int data) | 
 Deprecated. 
 
Magic value 
 | 
FurnaceRecipe | 
setInputChoice(RecipeChoice input) | 
 Sets the input of this cooking recipe. 
 | 
getCookingTime, getExperience, getGroup, getInput, getInputChoice, getKey, getResult, setCookingTime, setExperience, setGroup@Deprecated public FurnaceRecipe(@NotNull ItemStack result, @NotNull Material source)
@Deprecated public FurnaceRecipe(@NotNull ItemStack result, @NotNull MaterialData source)
@Deprecated public FurnaceRecipe(@NotNull ItemStack result, @NotNull MaterialData source, float experience)
@Deprecated public FurnaceRecipe(@NotNull ItemStack result, @NotNull Material source, int data)
public FurnaceRecipe(@NotNull
                     NamespacedKey key,
                     @NotNull
                     ItemStack result,
                     @NotNull
                     Material source,
                     float experience,
                     int cookingTime)
key - The unique recipe keyresult - The item you want the recipe to create.source - The input material.experience - The experience given by this recipecookingTime - The cooking time (in ticks)@Deprecated public FurnaceRecipe(@NotNull NamespacedKey key, @NotNull ItemStack result, @NotNull Material source, int data, float experience, int cookingTime)
public FurnaceRecipe(@NotNull
                     NamespacedKey key,
                     @NotNull
                     ItemStack result,
                     @NotNull
                     RecipeChoice input,
                     float experience,
                     int cookingTime)
key - The unique recipe keyresult - The item you want the recipe to create.input - The input choices.experience - The experience given by this recipecookingTime - The cooking time (in ticks)@NotNull public FurnaceRecipe setInput(@NotNull MaterialData input)
input - The input material.@NotNull public FurnaceRecipe setInput(@NotNull Material input)
CookingRecipesetInput in class CookingRecipe<FurnaceRecipe>input - The input material.@Deprecated public FurnaceRecipe setInput(@NotNull Material input, int data)
input - The input material.data - The data value. (Note: This is currently ignored by the
     CraftBukkit server.)@NotNull public FurnaceRecipe setInputChoice(@NotNull RecipeChoice input)
CookingRecipesetInputChoice in class CookingRecipe<FurnaceRecipe>input - The input choice.Copyright © 2019. All rights reserved.