Cuberite
A lightweight, fast and extensible game server for Minecraft
|
This is the complete list of members for cNoteEntity, including all inherited members.
cBlockEntity(BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos, cWorld *a_World) | cBlockEntity | protected |
Clone(Vector3i a_Pos) | cBlockEntity | |
cNoteEntity(BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos, cWorld *a_World) | cNoteEntity | |
ConvertToPickups() const | cBlockEntity | virtual |
CopyFrom(const cBlockEntity &a_Src) override | cNoteEntity | virtual |
CreateByBlockType(BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos, cWorld *a_World=nullptr) | cBlockEntity | static |
Destroy() | cBlockEntity | virtual |
GetBlockType() const | cBlockEntity | inline |
GetChunkX() const | cBlockEntity | inline |
GetChunkZ() const | cBlockEntity | inline |
GetNote(void) | cNoteEntity | |
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 |
GetWorld() const | cBlockEntity | inline |
IncrementNote(void) | cNoteEntity | |
IsBlockEntityBlockType(BLOCKTYPE a_BlockType) | cBlockEntity | static |
m_BlockMeta | cBlockEntity | protected |
m_BlockType | cBlockEntity | protected |
m_Note | cNoteEntity | private |
m_Pos | cBlockEntity | protected |
m_RelX | cBlockEntity | protected |
m_RelZ | cBlockEntity | protected |
m_World | cBlockEntity | protected |
MakeSound(void) | cNoteEntity | |
OnAddToWorld(cWorld &a_World, cChunk &a_Chunk) | cBlockEntity | virtual |
OnRemoveFromWorld() | cBlockEntity | virtual |
PitchFromNote(unsigned char a_Note) | cNoteEntity | static |
SendTo(cClientHandle &) override | cNoteEntity | inlinevirtual |
SetNote(unsigned char a_Note) | cNoteEntity | |
SetPos(Vector3i a_NewPos) | cBlockEntity | |
SetWorld(cWorld *a_World) | cBlockEntity | |
Super typedef | cNoteEntity | private |
Tick(std::chrono::milliseconds a_Dt, cChunk &a_Chunk) | cBlockEntity | virtual |
UsedBy(cPlayer *a_Player) override | cNoteEntity | virtual |
~cBlockEntity()=default | cBlockEntity | virtual |