public class FurnaceRecipe extends AbstractCookingRecipe
cookTime, experience, group, id, ingredient, result, type
コンストラクタと説明 |
---|
FurnaceRecipe(ResourceLocation idIn,
java.lang.String groupIn,
Ingredient ingredientIn,
ItemStack resultIn,
float experienceIn,
int cookTimeIn) |
修飾子とタイプ | メソッドと説明 |
---|---|
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()