twcore.core
Class ScoreUpdate

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

public class ScoreUpdate
extends SubspaceEvent


Constructor Summary
ScoreUpdate(twcore.core.ByteArray array)
           
 
Method Summary
 int getFlagPoints()
           
 int getKillPoints()
           
 int getLosses()
           
 int getPlayerID()
           
 int getWins()
           
 
Methods inherited from class twcore.core.SubspaceEvent
getEventType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScoreUpdate

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

getPlayerID

public int getPlayerID()

getFlagPoints

public int getFlagPoints()

getKillPoints

public int getKillPoints()

getWins

public int getWins()

getLosses

public int getLosses()