![]() |
Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include <CompositeChat.h>
Public Member Functions | |
cRunCommandPart (const AString &a_Text, const AString &a_Command, const AString &a_Style="") | |
![]() | |
cCommandPart (ePartType a_PartType, const AString &a_Text, const AString &a_Command, const AString &a_Style="") | |
![]() | |
cBasePart (ePartType a_PartType, const AString &a_Text, const AString &a_Style="") | |
virtual | ~cBasePart () |
Private Types | |
typedef cCommandPart | super |
Additional Inherited Members | |
![]() | |
AString | m_Command |
![]() | |
AString | m_AdditionalStyleData |
ePartType | m_PartType |
AString | m_Style |
AString | m_Text |
Definition at line 98 of file CompositeChat.h.
|
private |
Definition at line 101 of file CompositeChat.h.
cCompositeChat::cRunCommandPart::cRunCommandPart | ( | const AString & | a_Text, |
const AString & | a_Command, | ||
const AString & | a_Style = "" |
||
) |
Definition at line 570 of file CompositeChat.cpp.