Cuberite
A lightweight, fast and extensible game server for Minecraft
|
This is the complete list of members for cCraftingRecipe, including all inherited members.
cCraftingRecipe(const cCraftingGrid &a_CraftingGrid) | cCraftingRecipe | |
Clear(void) | cCraftingRecipe | |
ConsumeIngredients(cCraftingGrid &a_CraftingGrid) | cCraftingRecipe | |
Dump(void) | cCraftingRecipe | |
GetIngredient(int x, int y) const | cCraftingRecipe | inline |
GetIngredientsHeight(void) const | cCraftingRecipe | inline |
GetIngredientsWidth(void) const | cCraftingRecipe | inline |
GetResult(void) const | cCraftingRecipe | inline |
m_Ingredients | cCraftingRecipe | protected |
m_Result | cCraftingRecipe | protected |
SetIngredient(int x, int y, ENUM_ITEM_TYPE a_ItemType, char a_ItemCount, short a_ItemHealth) | cCraftingRecipe | inline |
SetIngredient(int x, int y, const cItem &a_Item) | cCraftingRecipe | inline |
SetResult(ENUM_ITEM_TYPE a_ItemType, char a_ItemCount, short a_ItemHealth) | cCraftingRecipe | |
SetResult(const cItem &a_Item) | cCraftingRecipe | inline |