public class CampfireCookingRecipe extends AbstractCookingRecipe
cookTime, experience, group, id, input, output, type
Constructor and Description |
---|
CampfireCookingRecipe(Identifier id,
String group,
Ingredient input,
ItemStack output,
float experience,
int cookTime) |
Modifier and Type | Method and Description |
---|---|
ItemStack |
getRecipeKindIcon() |
RecipeSerializer<?> |
getSerializer() |
craft, fits, getCookTime, getExperience, getGroup, getId, getOutput, getPreviewInputs, getType, matches
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRemainingStacks, isIgnoredInRecipeBook
public CampfireCookingRecipe(Identifier id, String group, Ingredient input, ItemStack output, float experience, int cookTime)
@Environment(value=CLIENT) public ItemStack getRecipeKindIcon()
public RecipeSerializer<?> getSerializer()