Interface ComplexRecipe

All Superinterfaces:
net.kyori.adventure.key.Keyed, Keyed, Recipe
All Known Implementing Classes:
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.
  • Method Summary

    Methods inherited from interface org.bukkit.Keyed

    getKey, key

    Methods inherited from interface org.bukkit.inventory.Recipe

    getResult