twcore.core
Class Message

java.lang.Object
  |
  +--twcore.core.SubspaceEvent
        |
        +--twcore.core.Message

public class Message
extends SubspaceEvent


Field Summary
static int ALERT_MESSAGE
           
static java.lang.String[] alertCommands
           
static int ARENA_MESSAGE
           
static int CHAT_MESSAGE
           
static int OPPOSING_TEAM_MESSAGE
           
static int PRIVATE_MESSAGE
           
static int PUBLIC_MACRO_MESSAGE
           
static int PUBLIC_MESSAGE
           
static int REMOTE_PRIVATE_MESSAGE
           
static int SERVER_ERROR
           
static int TEAM_MESSAGE
           
static int WARNING_MESSAGE
           
 
Constructor Summary
Message(twcore.core.ByteArray array)
           
 
Method Summary
 java.lang.String getAlertCommandType()
           
 int getChatNumber()
           
 java.lang.String getMessage()
           
 java.lang.String getMessager()
           
 int getMessageType()
           
 int getPlayerID()
           
 int getSoundCode()
           
 
Methods inherited from class twcore.core.SubspaceEvent
getEventType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ARENA_MESSAGE

public static final int ARENA_MESSAGE
See Also:
Constant Field Values

PUBLIC_MACRO_MESSAGE

public static final int PUBLIC_MACRO_MESSAGE
See Also:
Constant Field Values

PUBLIC_MESSAGE

public static final int PUBLIC_MESSAGE
See Also:
Constant Field Values

TEAM_MESSAGE

public static final int TEAM_MESSAGE
See Also:
Constant Field Values

OPPOSING_TEAM_MESSAGE

public static final int OPPOSING_TEAM_MESSAGE
See Also:
Constant Field Values

PRIVATE_MESSAGE

public static final int PRIVATE_MESSAGE
See Also:
Constant Field Values

WARNING_MESSAGE

public static final int WARNING_MESSAGE
See Also:
Constant Field Values

REMOTE_PRIVATE_MESSAGE

public static final int REMOTE_PRIVATE_MESSAGE
See Also:
Constant Field Values

SERVER_ERROR

public static final int SERVER_ERROR
See Also:
Constant Field Values

CHAT_MESSAGE

public static final int CHAT_MESSAGE
See Also:
Constant Field Values

ALERT_MESSAGE

public static final int ALERT_MESSAGE
See Also:
Constant Field Values

alertCommands

public static java.lang.String[] alertCommands
Constructor Detail

Message

public Message(twcore.core.ByteArray array)
Method Detail

getPlayerID

public int getPlayerID()

getSoundCode

public int getSoundCode()

getMessageType

public int getMessageType()

getMessage

public java.lang.String getMessage()

getMessager

public java.lang.String getMessager()

getAlertCommandType

public java.lang.String getAlertCommandType()

getChatNumber

public int getChatNumber()