Cuberite
A lightweight, fast and extensible game server for Minecraft
|
This is the complete list of members for cCraftingGrid, including all inherited members.
cCraftingGrid(const cCraftingGrid &a_Original) | cCraftingGrid | |
cCraftingGrid(int a_Width, int a_Height) | cCraftingGrid | |
cCraftingGrid(const cItem *a_Items, int a_Width, int a_Height) | cCraftingGrid | |
Clear(void) | cCraftingGrid | |
ConsumeGrid(const cCraftingGrid &a_Grid) | cCraftingGrid | |
CopyToItems(cItem *a_Items) const | cCraftingGrid | |
Dump(void) | cCraftingGrid | |
GetHeight(void) const | cCraftingGrid | inline |
GetItem(int x, int y) const | cCraftingGrid | |
GetItems(void) const | cCraftingGrid | inline |
GetWidth(void) const | cCraftingGrid | inline |
m_Height | cCraftingGrid | protected |
m_Items | cCraftingGrid | protected |
m_Width | cCraftingGrid | protected |
SetItem(int x, int y, ENUM_ITEM_TYPE a_ItemType, char a_ItemCount, short a_ItemHealth) | cCraftingGrid | |
SetItem(int x, int y, const cItem &a_Item) | cCraftingGrid | |
~cCraftingGrid() | cCraftingGrid |