Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include <CompositeChat.h>
Public Member Functions | |
cCommandPart (ePartType a_PartType, const AString &a_Text, const AString &a_Command, const AString &a_Style="") | |
Public Member Functions inherited from cCompositeChat::cBasePart | |
cBasePart (ePartType a_PartType, const AString &a_Text, const AString &a_Style="") | |
virtual | ~cBasePart () |
Public Attributes | |
AString | m_Command |
Public Attributes inherited from cCompositeChat::cBasePart | |
AString | m_AdditionalStyleData |
ePartType | m_PartType |
AString | m_Style |
AString | m_Text |
Private Types | |
typedef cBasePart | super |
Definition at line 88 of file CompositeChat.h.
|
private |
Definition at line 91 of file CompositeChat.h.
cCompositeChat::cCommandPart::cCommandPart | ( | ePartType | a_PartType, |
const AString & | a_Text, | ||
const AString & | a_Command, | ||
const AString & | a_Style = "" |
||
) |
Definition at line 557 of file CompositeChat.cpp.
AString cCompositeChat::cCommandPart::m_Command |
Definition at line 93 of file CompositeChat.h.