|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnetbattle.messages.NetMessage
netbattle.messages.PartyMessage
public class PartyMessage
Field Summary |
---|
Constructor Summary | |
---|---|
PartyMessage(int[] ids,
java.lang.String[] active,
int[] gender,
boolean[] shiny,
int fid)
Creates a new instance of PartyMessage |
Method Summary | |
---|---|
java.lang.String |
getActivePokemon(int i)
|
int |
getFieldId()
|
int[] |
getGender()
|
int[] |
getIds()
|
int |
getMessage()
|
boolean[] |
getShininess()
|
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 |
---|
public PartyMessage(int[] ids, java.lang.String[] active, int[] gender, boolean[] shiny, int fid)
Method Detail |
---|
public int getMessage()
getMessage
in class NetMessage
public int getFieldId()
public java.lang.String getActivePokemon(int i)
public int[] getIds()
public boolean[] getShininess()
public int[] getGender()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |