Class 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.
Returns:
The result stack
function ~Recipe¶
The documentation for this class was generated from the following file include/endstone/inventory/recipe.h