Cuberite
A lightweight, fast and extensible game server for Minecraft
|
This is the complete list of members for cJukeboxEntity, including all inherited members.
cBlockEntity(BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos, cWorld *a_World) | cBlockEntity | protected |
cJukeboxEntity(BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos, cWorld *a_World) | cJukeboxEntity | |
Clone(Vector3i a_Pos) | cBlockEntity | |
ConvertToPickups() const override | cJukeboxEntity | virtual |
CopyFrom(const cBlockEntity &a_Src) override | cJukeboxEntity | virtual |
CreateByBlockType(BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos, cWorld *a_World=nullptr) | cBlockEntity | static |
Destroy(void) override | cJukeboxEntity | virtual |
EjectRecord(void) | cJukeboxEntity | |
GetBlockType() const | cBlockEntity | inline |
GetChunkX() const | cBlockEntity | inline |
GetChunkZ() const | cBlockEntity | inline |
GetPos() const | cBlockEntity | inline |
GetPosX() const | cBlockEntity | inline |
GetPosY() const | cBlockEntity | inline |
GetPosZ() const | cBlockEntity | inline |
GetRecord(void) | cJukeboxEntity | |
GetRelPos() const | cBlockEntity | inline |
GetRelX() const | cBlockEntity | inline |
GetRelZ() const | cBlockEntity | inline |
GetWorld() const | cBlockEntity | inline |
IsBlockEntityBlockType(BLOCKTYPE a_BlockType) | cBlockEntity | static |
IsPlayingRecord(void) const | cJukeboxEntity | |
IsRecordItem(int a_Item) | cJukeboxEntity | inlinestatic |
m_BlockMeta | cBlockEntity | protected |
m_BlockType | cBlockEntity | protected |
m_Pos | cBlockEntity | protected |
m_Record | cJukeboxEntity | private |
m_RelX | cBlockEntity | protected |
m_RelZ | cBlockEntity | protected |
m_World | cBlockEntity | protected |
OnAddToWorld(cWorld &a_World, cChunk &a_Chunk) | cBlockEntity | virtual |
OnRemoveFromWorld() | cBlockEntity | virtual |
PlayRecord(int a_Record) | cJukeboxEntity | |
SendTo(cClientHandle &) override | cJukeboxEntity | inlinevirtual |
SetPos(Vector3i a_NewPos) | cBlockEntity | |
SetRecord(int a_Record) | cJukeboxEntity | |
SetWorld(cWorld *a_World) | cBlockEntity | |
Super typedef | cJukeboxEntity | private |
Tick(std::chrono::milliseconds a_Dt, cChunk &a_Chunk) | cBlockEntity | virtual |
UsedBy(cPlayer *a_Player) override | cJukeboxEntity | virtual |
~cBlockEntity()=default | cBlockEntity | virtual |