implements IRecipe<IInventory>
bet | |
net.minecraft.class_3972 | |
net.minecraft.item.crafting.SingleItemRecipe |
Field summary
Modifier and Type | Field | ||||||
---|---|---|---|---|---|---|---|
protected final Ingredient |
| ||||||
protected final ItemStack |
| ||||||
private final IRecipeType<?> |
| ||||||
private final IRecipeSerializer<?> |
| ||||||
protected final ResourceLocation |
| ||||||
protected final String |
|
Constructor summary
Modifier | Constructor |
---|---|
public | (IRecipeType<?> arg0, IRecipeSerializer<?> arg1, ResourceLocation arg2, String arg3, Ingredient arg4, ItemStack arg5) |
Method summary
Modifier and Type | Method | ||||||
---|---|---|---|---|---|---|---|
public IRecipeType<?> |
| ||||||
public IRecipeSerializer<?> |
| ||||||
public ResourceLocation |
| ||||||
public ItemStack |
| ||||||
public NonNullList<Ingredient> |
| ||||||
public ItemStack |
| ||||||
public String |
| ||||||
public boolean |
|