This is the complete list of members for cCommandBlockEntity, including all inherited members.
Activate(void) | cCommandBlockEntity | |
cBlockEntity(BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos, cWorld *a_World) | cBlockEntity | protected |
cCommandBlockEntity(BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos, cWorld *a_World) | cCommandBlockEntity | |
Clone(Vector3i a_Pos) | cBlockEntity | |
ConvertToPickups() const | cBlockEntity | virtual |
CopyFrom(const cBlockEntity &a_Src) override | cCommandBlockEntity | virtual |
CreateByBlockType(BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos, cWorld *a_World=nullptr) | cBlockEntity | static |
Destroy() | cBlockEntity | virtual |
Execute() | cCommandBlockEntity | private |
GetBlockType() const | cBlockEntity | inline |
GetChunkX() const | cBlockEntity | inline |
GetChunkZ() const | cBlockEntity | inline |
GetCommand(void) const | cCommandBlockEntity | |
GetLastOutput(void) const | cCommandBlockEntity | |
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 |
GetResult(void) const | cCommandBlockEntity | |
GetWorld() const | cBlockEntity | inline |
IsBlockEntityBlockType(BLOCKTYPE a_BlockType) | cBlockEntity | static |
m_BlockMeta | cBlockEntity | protected |
m_BlockType | cBlockEntity | protected |
m_Command | cCommandBlockEntity | private |
m_LastOutput | cCommandBlockEntity | private |
m_Pos | cBlockEntity | protected |
m_RelX | cBlockEntity | protected |
m_RelZ | cBlockEntity | protected |
m_Result | cCommandBlockEntity | private |
m_ShouldExecute | cCommandBlockEntity | private |
m_World | cBlockEntity | protected |
OnAddToWorld(cWorld &a_World, cChunk &a_Chunk) | cBlockEntity | virtual |
OnRemoveFromWorld() | cBlockEntity | virtual |
SendTo(cClientHandle &a_Client) override | cCommandBlockEntity | virtual |
SetCommand(const AString &a_Cmd) | cCommandBlockEntity | |
SetLastOutput(const AString &a_LastOut) | cCommandBlockEntity | |
SetPos(Vector3i a_NewPos) | cBlockEntity | |
SetResult(const NIBBLETYPE a_Result) | cCommandBlockEntity | |
SetWorld(cWorld *a_World) | cBlockEntity | |
Super typedef | cCommandBlockEntity | private |
Tick(std::chrono::milliseconds a_Dt, cChunk &a_Chunk) override | cCommandBlockEntity | virtual |
UsedBy(cPlayer *a_Player) override | cCommandBlockEntity | virtual |
~cBlockEntity()=default | cBlockEntity | virtual |