![]() |
Cuberite
A lightweight, fast and extensible game server for Minecraft
|
A single recipe, stored. More...
#include <CraftingRecipes.h>
Public Attributes | |
int | m_Height |
cRecipeSlots | m_Ingredients |
cItem | m_Result |
int | m_Width |
A single recipe, stored.
Each recipe is normalized right after parsing (NormalizeIngredients()) A normalized recipe starts at (0, 0)
Definition at line 131 of file CraftingRecipes.h.
int cCraftingRecipes::cRecipe::m_Height |
Definition at line 138 of file CraftingRecipes.h.
cRecipeSlots cCraftingRecipes::cRecipe::m_Ingredients |
Definition at line 133 of file CraftingRecipes.h.
cItem cCraftingRecipes::cRecipe::m_Result |
Definition at line 134 of file CraftingRecipes.h.
int cCraftingRecipes::cRecipe::m_Width |
Definition at line 137 of file CraftingRecipes.h.