implements IRecipe<IInventory>
bdu | |
net.minecraft.class_1874 | |
net.minecraft.item.crafting.AbstractCookingRecipe |
Field summary
Modifier and Type | Field | ||||||
---|---|---|---|---|---|---|---|
protected final IRecipeType<?> |
| ||||||
protected final ResourceLocation |
| ||||||
protected final String |
| ||||||
protected final Ingredient |
| ||||||
protected final ItemStack |
| ||||||
protected final float |
| ||||||
protected final int |
|
Constructor summary
Modifier | Constructor |
---|---|
public | (IRecipeType<?> arg0, ResourceLocation arg1, String arg2, Ingredient arg3, ItemStack arg4, float arg5, int arg6) |
Method summary
Modifier and Type | Method | ||||||
---|---|---|---|---|---|---|---|
public boolean |
| ||||||
public ItemStack |
| ||||||
public NonNullList<Ingredient> |
| ||||||
public float |
| ||||||
public ItemStack |
| ||||||
public int |
| ||||||
public ResourceLocation |
| ||||||
public IRecipeType<?> |
| ||||||
public boolean |
| ||||||
public String |
|