public class StonecuttingRecipe extends SingleItemRecipe
SingleItemRecipe.Serializer<T extends SingleItemRecipe>
group, id, ingredient, result
コンストラクタと説明 |
---|
StonecuttingRecipe(ResourceLocation p_i50021_1_,
java.lang.String p_i50021_2_,
Ingredient p_i50021_3_,
ItemStack p_i50021_4_) |
修飾子とタイプ | メソッドと説明 |
---|---|
ItemStack |
getIcon() |
boolean |
matches(IInventory inv,
World worldIn)
Used to check if a recipe matches current crafting inventory
|
canFit, getCraftingResult, getGroup, getId, getIngredients, getRecipeOutput, getSerializer, getType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRemainingItems, isDynamic
public StonecuttingRecipe(ResourceLocation p_i50021_1_, java.lang.String p_i50021_2_, Ingredient p_i50021_3_, ItemStack p_i50021_4_)
public boolean matches(IInventory inv, World worldIn)
public ItemStack getIcon()