Cuberite
A lightweight, fast and extensible game server for Minecraft
|
This is the complete list of members for cBlockEntityWithItems, including all inherited members.
cBlockEntity(BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos, cWorld *a_World) | cBlockEntity | protected |
cBlockEntityWindowOwner(cBlockEntity *a_BlockEntity) | cBlockEntityWindowOwner | inline |
cBlockEntityWithItems(BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos, int a_ItemGridWidth, int a_ItemGridHeight, cWorld *a_World) | cBlockEntityWithItems | |
Clone(Vector3i a_Pos) | cBlockEntity | |
CloseWindow(void) | cWindowOwner | inline |
ConvertToPickups() const override | cBlockEntityWithItems | virtual |
CopyFrom(const cBlockEntity &a_Src) override | cBlockEntityWithItems | virtual |
CreateByBlockType(BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos, cWorld *a_World=nullptr) | cBlockEntity | static |
cWindowOwner() | cWindowOwner | inline |
Destroy() | cBlockEntity | virtual |
GetBlockPos(void) override | cBlockEntityWindowOwner | inlinevirtual |
GetBlockType() const | cBlockEntity | inline |
GetChunkX() const | cBlockEntity | inline |
GetChunkZ() const | cBlockEntity | inline |
GetContents(void) | cBlockEntityWithItems | inline |
GetContents(void) const | cBlockEntityWithItems | inline |
GetPos() const | cBlockEntity | inline |
GetPosX() const | cBlockEntity | inline |
GetPosY() const | cBlockEntity | inline |
GetPosZ() const | cBlockEntity | inline |
GetRelPos() const | cBlockEntity | inline |
GetRelX() const | cBlockEntity | inline |
GetRelZ() const | cBlockEntity | inline |
GetSlot(int a_SlotNum) const | cBlockEntityWithItems | inline |
GetSlot(int a_X, int a_Y) const | cBlockEntityWithItems | inline |
GetWindow(void) const | cWindowOwner | inline |
GetWorld() const | cBlockEntity | inline |
IsBlockEntityBlockType(BLOCKTYPE a_BlockType) | cBlockEntity | static |
m_BlockEntity | cBlockEntityWindowOwner | private |
m_BlockMeta | cBlockEntity | protected |
m_BlockType | cBlockEntity | protected |
m_Contents | cBlockEntityWithItems | protected |
m_Pos | cBlockEntity | protected |
m_RelX | cBlockEntity | protected |
m_RelZ | cBlockEntity | protected |
m_Window | cWindowOwner | private |
m_World | cBlockEntity | protected |
OnAddToWorld(cWorld &a_World, cChunk &a_Chunk) | cBlockEntity | virtual |
OnRemoveFromWorld() | cBlockEntity | virtual |
OnSlotChanged(cItemGrid *a_Grid, int a_SlotNum) override | cBlockEntityWithItems | protectedvirtual |
OpenWindow(cWindow *a_Window) | cWindowOwner | inline |
SendTo(cClientHandle &a_Client)=0 | cBlockEntity | pure virtual |
SetPos(Vector3i a_NewPos) | cBlockEntity | |
SetSlot(int a_SlotNum, const cItem &a_Item) | cBlockEntityWithItems | inline |
SetSlot(int a_X, int a_Y, const cItem &a_Item) | cBlockEntityWithItems | inline |
SetWorld(cWorld *a_World) | cBlockEntity | |
Super typedef | cBlockEntityWithItems | private |
Tick(std::chrono::milliseconds a_Dt, cChunk &a_Chunk) | cBlockEntity | virtual |
UsedBy(cPlayer *a_Player)=0 | cBlockEntity | pure virtual |
~cBlockEntity()=default | cBlockEntity | virtual |
~cListener() | cItemGrid::cListener | inlinevirtual |
~cWindowOwner() | cWindowOwner | inlinevirtual |