netbattle.messages
Class BattleReadyMessage

java.lang.Object
  extended by netbattle.messages.NetMessage
      extended by netbattle.messages.BattleReadyMessage
All Implemented Interfaces:
java.io.Serializable

public class BattleReadyMessage
extends NetMessage

See Also:
Serialized Form

Field Summary
 
Fields inherited from class netbattle.messages.NetMessage
ACCEPT_CHALLENGE, ACCEPTED_CHALLENGE, ACTIVITY_MESSAGE, ADD_BATTLE, BAN_USER, BATTLE_END, BATTLE_READY, ERROR_LOG_MESSAGE, FIELD_TEXT, FINALISE_CHALLENGE, FIND_ALIASES_MESSAGE, INFORM_DAMAGE, ISSUE_CHALLENGE, JOIN_CHANNEL_MESSAGE, JOIN_SERVER, PARTY_MESSAGE, RATIO_REFRESH, REGISTER_ACCOUNT, REPLACE_POKEMON, REQUEST_MOVE, SELECTION_END, SPECTATOR_MESSAGE, STAT_REFRESH, STATUS_CHANGE, SUCCESS_MESSAGE, UPDATE_POKEMON_STATUS, USE_MOVE, USER_LIST, USER_TABLE, WELCOME_MESSAGE, WELCOME_TEXT_MESSAGE, WITHDRAW_CHALLENGE
 
Constructor Summary
BattleReadyMessage(int id, int participant, java.lang.String[] users, java.lang.String[][] moves, java.lang.String[] party)
          Creates a new instance of BattleReadyMessage
 
Method Summary
 int getFieldId()
           
 int getMessage()
           
 java.lang.String[][] getMoves()
           
 int getParticipant()
           
 java.lang.String[] getParty()
           
 java.lang.String[] getUsers()
           
 
Methods inherited from class netbattle.messages.NetMessage
logInRequired
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BattleReadyMessage

public BattleReadyMessage(int id,
                          int participant,
                          java.lang.String[] users,
                          java.lang.String[][] moves,
                          java.lang.String[] party)
Creates a new instance of BattleReadyMessage

Method Detail

getMessage

public int getMessage()
Specified by:
getMessage in class NetMessage

getParty

public java.lang.String[] getParty()

getMoves

public java.lang.String[][] getMoves()

getUsers

public java.lang.String[] getUsers()

getFieldId

public int getFieldId()

getParticipant

public int getParticipant()