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 |
AString | m_RecipeName |
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 141 of file CraftingRecipes.h.
int cCraftingRecipes::cRecipe::m_Height |
Definition at line 149 of file CraftingRecipes.h.
cRecipeSlots cCraftingRecipes::cRecipe::m_Ingredients |
Definition at line 143 of file CraftingRecipes.h.
AString cCraftingRecipes::cRecipe::m_RecipeName |
Definition at line 145 of file CraftingRecipes.h.
cItem cCraftingRecipes::cRecipe::m_Result |
Definition at line 144 of file CraftingRecipes.h.
int cCraftingRecipes::cRecipe::m_Width |
Definition at line 148 of file CraftingRecipes.h.