implements IRecipe
| avp | |
| net.minecraft.item.crafting.ShapelessRecipe | |
| net.minecraft.server.v1_13_R2.ShapelessRecipes |
Field summary
| Modifier and Type | Field | ||||||
|---|---|---|---|---|---|---|---|
| private final MinecraftKey |
| ||||||
| private final String |
| ||||||
| private final ItemStack |
| ||||||
| private final NonNullList<RecipeItemStack> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (MinecraftKey arg0, String arg1, ItemStack arg2, NonNullList<RecipeItemStack> arg3) |
Method summary
| Modifier and Type | Method | ||||||
|---|---|---|---|---|---|---|---|
| public MinecraftKey |
| ||||||
| public RecipeSerializer<?> |
| ||||||
| public ItemStack |
| ||||||
| public NonNullList<RecipeItemStack> |
| ||||||
| public boolean |
| ||||||
| public ItemStack |
| ||||||
| public String |
| ||||||
| public boolean |
|