public class CampfireRecipe extends CookingRecipe<CampfireRecipe>
| Constructor and Description |
|---|
CampfireRecipe(NamespacedKey key,
ItemStack result,
Material source,
float experience,
int cookingTime) |
CampfireRecipe(NamespacedKey key,
ItemStack result,
RecipeChoice input,
float experience,
int cookingTime) |
getCookingTime, getExperience, getGroup, getInput, getInputChoice, getKey, getResult, setCookingTime, setExperience, setGroup, setInput, setInputChoicepublic CampfireRecipe(@NotNull
NamespacedKey key,
@NotNull
ItemStack result,
@NotNull
Material source,
float experience,
int cookingTime)
public CampfireRecipe(@NotNull
NamespacedKey key,
@NotNull
ItemStack result,
@NotNull
RecipeChoice input,
float experience,
int cookingTime)
Copyright © 2022. All rights reserved.