|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnetbattle.messages.NetMessage
netbattle.messages.StatRefreshMessage
public class StatRefreshMessage
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
StatRefreshMessage(int fid,
int hp,
int max,
int[] pp,
int[] maxpp,
java.lang.String item,
double ratio)
Creates a new instance of StatRefreshMessage |
|
| Method Summary | |
|---|---|
double |
getEnemyRatio()
|
int |
getFieldId()
|
int |
getHp()
|
java.lang.String |
getItem()
|
int |
getMaxHp()
|
int |
getMaxPp(int i)
|
int |
getMessage()
|
int |
getPp(int i)
|
| 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 StatRefreshMessage(int fid,
int hp,
int max,
int[] pp,
int[] maxpp,
java.lang.String item,
double ratio)
| Method Detail |
|---|
public int getMessage()
getMessage in class NetMessagepublic double getEnemyRatio()
public int getFieldId()
public int getHp()
public int getMaxHp()
public int getPp(int i)
public int getMaxPp(int i)
public java.lang.String getItem()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||