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