| cmv | |
| net.minecraft.world.item.crafting.SingleItemRecipe | |
| net.minecraft.class_3972 | |
| net.minecraft.recipe.CuttingRecipe | |
| net.minecraft.src.C_1486_ | |
| net.minecraft.world.item.crafting.RecipeSingleItem |
Field summary
| Modifier and Type | Field | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| protected final Ingredient |
| ||||||||||
| protected final ItemStack |
| ||||||||||
| private final RecipeType<?> |
| ||||||||||
| private final RecipeSerializer<?> |
| ||||||||||
| protected final String |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (RecipeType<?> type, RecipeSerializer<?> serializer, String group, Ingredient ingredient, ItemStack result) |
Method summary
| Modifier and Type | Method | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public RecipeType<?> |
| ||||||||||
| public RecipeSerializer<?> |
| ||||||||||
| public String |
| ||||||||||
| public ItemStack |
| ||||||||||
| public NonNullList<Ingredient> |
| ||||||||||
| public boolean |
| ||||||||||
| public ItemStack |
|