twcore.core
Class PlayerDeath

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

public class PlayerDeath
extends SubspaceEvent


Constructor Summary
PlayerDeath(twcore.core.ByteArray array)
           
 
Method Summary
 int getKilleeID()
           
 int getKillerID()
           
 int getScore()
           
 
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

PlayerDeath

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

getKillerID

public int getKillerID()

getKilleeID

public int getKilleeID()

getScore

public int getScore()