implements IRecipe
| akv | |
| net.minecraft.item.crafting.ShapelessRecipes |
Field summary
| Modifier and Type | Field | ||||
|---|---|---|---|---|---|
| private final ItemStack |
| ||||
| private final NonNullList<Ingredient> |
| ||||
| private final String |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (String arg0, ItemStack arg1, NonNullList<Ingredient> arg2) |
Method summary
| Modifier and Type | Method | ||||
|---|---|---|---|---|---|
| public ItemStack |
| ||||
| public NonNullList<ItemStack> |
| ||||
| public boolean |
| ||||
| public ItemStack |
| ||||
| public static ShapelessRecipes |
| ||||
| private static NonNullList<Ingredient> |
| ||||
| public String |
| ||||
| public NonNullList<Ingredient> |
| ||||
| public boolean |
|