implements CraftingRecipe
| dmy | |
| net.minecraft.world.item.crafting.ShapelessRecipe | |
| net.minecraft.class_1867 | |
| net.minecraft.recipe.ShapelessRecipe | |
| net.minecraft.src.C_1477_ | |
| net.minecraft.world.item.crafting.ShapelessRecipes |
Field summary
| Modifier and Type | Field | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| final String |
| ||||||||||
| final CraftingBookCategory |
| ||||||||||
| final ItemStack |
| ||||||||||
| final List<Ingredient> |
| ||||||||||
| private PlacementInfo |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (String group, CraftingBookCategory category, ItemStack result, List<Ingredient> ingredients) |
Method summary
| Modifier and Type | Method | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public RecipeSerializer<ShapelessRecipe> |
| ||||||||||
| public String |
| ||||||||||
| public CraftingBookCategory |
| ||||||||||
| public PlacementInfo |
| ||||||||||
| public boolean |
| ||||||||||
| public ItemStack |
| ||||||||||
| public List<RecipeDisplay> |
|