implements CraftingRecipe
| dnk | |
| net.minecraft.world.item.crafting.TransmuteRecipe | |
| net.minecraft.class_10223 | |
| net.minecraft.recipe.TransmuteRecipe | |
| net.minecraft.src.C_346178_ | |
| net.minecraft.world.item.crafting.TransmuteRecipe |
Field summary
| Modifier and Type | Field | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| final String |
| ||||||||||
| final CraftingBookCategory |
| ||||||||||
| final Ingredient |
| ||||||||||
| final Ingredient |
| ||||||||||
| final TransmuteResult |
| ||||||||||
| private PlacementInfo |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (String group, CraftingBookCategory category, Ingredient input, Ingredient material, TransmuteResult result) |
Method summary
| Modifier and Type | Method | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public boolean |
| ||||||||||
| public ItemStack |
| ||||||||||
| public List<RecipeDisplay> |
| ||||||||||
| public RecipeSerializer<TransmuteRecipe> |
| ||||||||||
| public String |
| ||||||||||
| public PlacementInfo |
| ||||||||||
| public CraftingBookCategory |
|