|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.jadv.lib.events.JAdvEvent | +--de.jadv.lib.events.toclient.AllPlayerStatsEvent
Transmit all stats to the client (These stats are of the player itself!)
Field Summary | |
int |
_CH
|
int |
_EXP
|
int |
_FF
|
int |
_GE
|
int |
_HP
|
int |
_HP_MAX
|
int |
_IN
|
int |
_KK
|
int |
_KL
|
int |
_Level
|
int |
_MU
|
int |
_SP
|
int |
_SP_MAX
|
Constructor Summary | |
AllPlayerStatsEvent(java.nio.ByteBuffer buf)
|
|
AllPlayerStatsEvent(Player ply)
Creates a new instance of AllPlayerStats |
Method Summary | |
java.nio.ByteBuffer |
encodeEvent()
|
Methods inherited from class de.jadv.lib.events.JAdvEvent |
decodeEvent, encodeEvent, getCreateTime, isNewer, isOlder, readBackground, readString, write, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int _HP
public int _HP_MAX
public int _SP
public int _SP_MAX
public int _MU
public int _KL
public int _IN
public int _CH
public int _FF
public int _GE
public int _KK
public int _EXP
public int _Level
Constructor Detail |
public AllPlayerStatsEvent(Player ply)
public AllPlayerStatsEvent(java.nio.ByteBuffer buf) throws java.io.IOException
Method Detail |
public java.nio.ByteBuffer encodeEvent() throws java.io.IOException
encodeEvent
in class JAdvEvent
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |