Record Class ComplexRecipeImpl

java.lang.Object
java.lang.Record
dev.jorel.commandapi.wrappers.ComplexRecipeImpl
Record Components:
key - the namespaced key
recipe - the recipe
All Implemented Interfaces:
net.kyori.adventure.key.Keyed, org.bukkit.inventory.ComplexRecipe, org.bukkit.inventory.Recipe, org.bukkit.Keyed

public record ComplexRecipeImpl(org.bukkit.NamespacedKey key, org.bukkit.inventory.Recipe recipe) extends Record implements org.bukkit.inventory.ComplexRecipe
Creates a ComplexRecipe based on a NamespacedKey and a Recipe object.