接口 ComplexRecipe

所有超级接口:
Keyed, Recipe
所有已知实现类:
SmithingTrimRecipe

public interface ComplexRecipe extends Recipe, Keyed
Represents a complex recipe which has imperative server-defined behavior, eg armor dyeing. Note: Since a complex recipe has dynamic outputs, Recipe.getResult() will sometimes return an AIR ItemStack.