Class ChatMessage

java.lang.Object
zombie.chat.ChatMessage
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
ServerChatMessage

public class ChatMessage extends Object implements Cloneable
  • Constructor Details

  • Method Details

    • isShouldAttractZombies

      public boolean isShouldAttractZombies()
    • setShouldAttractZombies

      public void setShouldAttractZombies(boolean _shouldAttractZombies)
    • isLocal

      public boolean isLocal()
    • setLocal

      public void setLocal(boolean _local)
    • getTextWithReplacedParentheses

      public String getTextWithReplacedParentheses()
    • setScrambledText

      public void setScrambledText(String _text)
    • 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

      public LocalDateTime getDatetime()
    • getDatetimeStr

      public String getDatetimeStr()
    • setDatetime

      public void setDatetime(LocalDateTime _datetime)
    • isShowAuthor

      public boolean isShowAuthor()
    • getAuthor

      public String getAuthor()
    • setAuthor

      public void setAuthor(String _author)
    • getChat

      public ChatBase getChat()
    • getChatID

      public int getChatID()
    • getText

      public String getText()
    • setText

      public void setText(String _text)
    • getTextWithPrefix

      public String getTextWithPrefix()
    • isScramble

      public boolean isScramble()
    • getCustomTag

      public String getCustomTag()
    • setCustomTag

      public void setCustomTag(String _customTag)
    • getTextColor

      public Color getTextColor()
    • setTextColor

      public void setTextColor(Color _textColor)
    • isCustomColor

      public boolean isCustomColor()
    • pack

      public void pack(ByteBufferWriter b)
    • clone

      public ChatMessage clone()
      Overrides:
      clone in class Object
    • isServerAlert

      public boolean isServerAlert()
    • setServerAlert

      public void setServerAlert(boolean _serverAlert)
    • toString

      public String toString()
      Overrides:
      toString in class Object