API
Functions and classes available in the Lua API
|
This is the complete list of members for cChestEntity, including all inherited members.
cBlockEntity(BLOCKTYPE a_BlockType, int a_BlockX, int a_BlockY, int a_BlockZ, cWorld *a_World) | cBlockEntity | inlineprotected |
cChestEntity(int a_BlockX, int a_BlockY, int a_BlockZ) | cChestEntity | |
ContentsHeight enum value | cChestEntity | |
ContentsWidth enum value | cChestEntity | |
GetBlockType(void) const | cBlockEntity | inline |
GetChunkX(void) const | cBlockEntity | inline |
GetChunkZ(void) const | cBlockEntity | inline |
GetContents(void) | cBlockEntityWithItems | inline |
GetPosX(void) const | cBlockEntity | inline |
GetPosY(void) const | cBlockEntity | inline |
GetPosZ(void) const | cBlockEntity | inline |
GetRelX(void) const | cBlockEntity | inline |
GetRelZ(void) const | cBlockEntity | inline |
GetSlot(int a_SlotNum) const | cBlockEntityWithItems | inline |
GetSlot(int a_X, int a_Y) const | cBlockEntityWithItems | inline |
GetWorld(void) const | cBlockEntity | inline |
SetSlot(int a_SlotNum, const cItem &a_Item) | cBlockEntityWithItems | inline |
SetSlot(int a_X, int a_Y, const cItem &a_Item) | cBlockEntityWithItems | inline |