Class ChatMessage
java.lang.Object
zombie.chat.ChatMessage
-
Constructor Summary
ConstructorsConstructorDescriptionChatMessage
(ChatBase _chat, String _text) ChatMessage
(ChatBase _chat, LocalDateTime _datetime, String _text) -
Method Summary
Modifier and TypeMethodDescriptionclone()
getChat()
int
int
getText()
boolean
boolean
boolean
isLocal()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
void
void
void
setCustomTag
(String _customTag) void
setDatetime
(LocalDateTime _datetime) void
setLocal
(boolean _local) void
setOverHeadSpeech
(boolean _overHeadSpeech) void
setRadioChannel
(int _radioChannel) void
setScrambledText
(String _text) void
setServerAlert
(boolean _serverAlert) void
setServerAuthor
(boolean _serverAuthor) void
setShouldAttractZombies
(boolean _shouldAttractZombies) void
setShowInChat
(boolean _showInChat) void
void
setTextColor
(Color _textColor) toString()
-
Constructor Details
-
ChatMessage
-
ChatMessage
-
-
Method Details
-
isShouldAttractZombies
public boolean isShouldAttractZombies() -
setShouldAttractZombies
public void setShouldAttractZombies(boolean _shouldAttractZombies) -
isLocal
public boolean isLocal() -
setLocal
public void setLocal(boolean _local) -
getTextWithReplacedParentheses
-
setScrambledText
-
getRadioChannel
public int getRadioChannel() -
setRadioChannel
public void setRadioChannel(int _radioChannel) -
isServerAuthor
public boolean isServerAuthor() -
setServerAuthor
public void setServerAuthor(boolean _serverAuthor) -
isFromDiscord
public boolean isFromDiscord() -
makeFromDiscord
public void makeFromDiscord() -
isOverHeadSpeech
public boolean isOverHeadSpeech() -
setOverHeadSpeech
public void setOverHeadSpeech(boolean _overHeadSpeech) -
isShowInChat
public boolean isShowInChat() -
setShowInChat
public void setShowInChat(boolean _showInChat) -
getDatetime
-
getDatetimeStr
-
setDatetime
-
isShowAuthor
public boolean isShowAuthor() -
getAuthor
-
setAuthor
-
getChat
-
getChatID
public int getChatID() -
getText
-
setText
-
getTextWithPrefix
-
isScramble
public boolean isScramble() -
getCustomTag
-
setCustomTag
-
getTextColor
-
setTextColor
-
isCustomColor
public boolean isCustomColor() -
pack
-
clone
-
isServerAlert
public boolean isServerAlert() -
setServerAlert
public void setServerAlert(boolean _serverAlert) -
toString
-