Package zombie.chat.defaultChats
Class WhisperChat
java.lang.Object
zombie.chat.ChatBase
zombie.chat.defaultChats.WhisperChat
public class WhisperChat extends ChatBase
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WhisperChat.ChatStatus
-
Field Summary
-
Constructor Summary
Constructors Constructor Description WhisperChat(int int1, ChatTab chatTab, java.lang.String string, java.lang.String string2)
WhisperChat(java.nio.ByteBuffer byteBuffer, ChatTab chatTab, IsoPlayer player)
-
Method Summary
Modifier and Type Method Description java.lang.String
getCompanionName()
static ChatSettings
getDefaultSettings()
java.lang.String
getMessagePrefix(ChatMessage chatMessage)
void
init()
protected void
packChat(ByteBufferWriter byteBufferWriter)
Methods inherited from class zombie.chat.ChatBase
addMember, close, createMessage, createServerMessage, getChatOwner, getChatOwnerName, getChatSettingsTags, getColor, getColorTag, getColorTag, getFontSize, getFontSizeTag, getID, getJustAddedMembers, getJustRemovedMembers, getMessageTextWithPrefix, getMode, getRange, getTabID, getTitle, getTitleID, getType, getZombieAttractionRange, isAllowBBcode, isAllowChatIcons, isAllowColors, isAllowFonts, isAllowImages, isCustomSettings, isEnabled, isEqualizeLineHeights, isSendingToRadio, isShowAuthor, isShowTimestamp, isShowTitle, leaveMember, packMessage, removeMember, sendMessageToChatMembers, sendMessageToChatMembers, sendMessageToPlayer, sendMessageToPlayer, sendPlayerJoinChatPacket, sendPlayerLeaveChatPacket, sendPlayerLeaveChatPacket, sendToServer, setFontSize, setSettings, setShowTimestamp, setShowTitle, showMessage, showMessage, syncMembersByUsernames, unpackMessage
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
WhisperChat
-
WhisperChat
-
-
Method Details
-
getDefaultSettings
-
getMessagePrefix
- Overrides:
getMessagePrefix
in classChatBase
-
packChat
-
getCompanionName
public java.lang.String getCompanionName() -
init
public void init()
-