Cuberite
A lightweight, fast and extensible game server for Minecraft
|
This is the complete list of members for cCraftingRecipes, including all inherited members.
AddRecipeLine(int a_LineNum, const AString &a_RecipeLine) | cCraftingRecipes | protected |
cCraftingRecipes(void) | cCraftingRecipes | |
ClearRecipes(void) | cCraftingRecipes | protected |
cRecipes typedef | cCraftingRecipes | protected |
cRecipeSlots typedef | cCraftingRecipes | |
FindNewRecipesForItem(const cItem &a_Item, const std::set< cItem, cItem::sItemCompare > &a_KnownItems) | cCraftingRecipes | |
FindRecipe(const cItem *a_CraftingGrid, int a_GridWidth, int a_GridHeight) | cCraftingRecipes | protected |
FindRecipeCropped(const cItem *a_CraftingGrid, int a_GridWidth, int a_GridHeight, int a_GridStride) | cCraftingRecipes | protected |
GetRecipe(cPlayer &a_Player, cCraftingGrid &a_CraftingGrid, cCraftingRecipe &a_Recipe) | cCraftingRecipes | |
GetRecipeById(UInt32 a_RecipeId) | cCraftingRecipes | |
GetRecipeNameMap() | cCraftingRecipes | |
HandleDyedLeather(const cItem *a_CraftingGrid, cCraftingRecipes::cRecipe *a_Recipe, int a_GridStride, int a_GridWidth, int a_GridHeight) | cCraftingRecipes | protected |
HandleFireworks(const cItem *a_CraftingGrid, cCraftingRecipes::cRecipe *a_Recipe, int a_GridStride, int a_OffsetX, int a_OffsetY) | cCraftingRecipes | protected |
IsNewCraftableRecipe(const cRecipe *a_Recipe, const cItem &a_NewItem, const std::set< cItem, cItem::sItemCompare > &a_KnownItems) | cCraftingRecipes | private |
LoadRecipes(void) | cCraftingRecipes | protected |
m_RecipeNameMap | cCraftingRecipes | private |
m_Recipes | cCraftingRecipes | protected |
MatchRecipe(const cItem *a_CraftingGrid, int a_GridWidth, int a_GridHeight, int a_GridStride, const cRecipe *a_Recipe, int a_OffsetX, int a_OffsetY) | cCraftingRecipes | protected |
MAX_GRID_HEIGHT | cCraftingRecipes | static |
MAX_GRID_WIDTH | cCraftingRecipes | static |
NormalizeIngredients(cRecipe *a_Recipe) | cCraftingRecipes | protected |
ParseIngredient(const AString &a_String, cRecipe *a_Recipe) | cCraftingRecipes | protected |
ParseItem(const AString &a_String, cItem &a_Item) | cCraftingRecipes | protected |
PopulateRecipeNameMap(void) | cCraftingRecipes | private |
~cCraftingRecipes() | cCraftingRecipes |