Skip to Content
⚠ Under Construction
ReferenceC++ APIRecipe

endstone::Recipe

Represents some type of crafting recipe.

Functions:

NameDescription
getResultGet the result of this recipe.

getResult

std::unique_ptr<ItemStack> getResult() const

Get the result of this recipe.

Returns:

The result stack

Last updated on