Class TransmuteRecipe

java.lang.Object
org.bukkit.inventory.CraftingRecipe
org.bukkit.inventory.TransmuteRecipe
All Implemented Interfaces:
Keyed, ComplexRecipe, Recipe, Keyed

public class TransmuteRecipe extends CraftingRecipe implements ComplexRecipe
Represents a recipe which will change the type of the input material when combined with an additional material, but preserve all custom data. Only the item type of the result stack will be used.
Used for dyeing shulker boxes in Vanilla.