Skip to content

Class endstone::Recipe

ClassList > endstone > Recipe

Represents some type of crafting recipe.

  • #include <endstone/inventory/recipe.h>

Public Functions

Type Name
virtual std::unique_ptr< ItemStack > getResult () const = 0
Get the result of this recipe.
virtual ~Recipe () = default

Public Functions Documentation

function getResult

Get the result of this recipe.

virtual std::unique_ptr< ItemStack > endstone::Recipe::getResult () const = 0

Returns:

The result stack


function ~Recipe

virtual endstone::Recipe::~Recipe () = default


The documentation for this class was generated from the following file include/endstone/inventory/recipe.h