public class FurnaceRecipe extends AbstractCookingRecipe
cookTime, experience, group, id, ingredient, result, type
Constructor and Description |
---|
FurnaceRecipe(ResourceLocation idIn,
java.lang.String groupIn,
Ingredient ingredientIn,
ItemStack resultIn,
float experienceIn,
int cookTimeIn) |
Modifier and Type | Method and Description |
---|---|
ItemStack |
getIcon() |
IRecipeSerializer<?> |
getSerializer() |
canFit, getCookTime, getCraftingResult, getExperience, getGroup, getId, getIngredients, getRecipeOutput, getType, matches
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRemainingItems, isDynamic
public FurnaceRecipe(ResourceLocation idIn, java.lang.String groupIn, Ingredient ingredientIn, ItemStack resultIn, float experienceIn, int cookTimeIn)
public ItemStack getIcon()
public IRecipeSerializer<?> getSerializer()