twcore.core
Class PlayerEntered

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

public class PlayerEntered
extends SubspaceEvent


Constructor Summary
PlayerEntered(twcore.core.ByteArray array)
           
 
Method Summary
 int getAcceptsAudio()
           
 int getFlagPoints()
           
 int getFlagsCarried()
           
 int getHasKOTH()
           
 int getIdentTurretee()
           
 int getKillPoints()
           
 int getLosses()
           
 int getPlayerID()
           
 java.lang.String getPlayerName()
           
 int getShipType()
           
 java.lang.String getSquadName()
           
 int getTeam()
           
 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

PlayerEntered

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

getTeam

public int getTeam()

getWins

public int getWins()

getLosses

public int getLosses()

getHasKOTH

public int getHasKOTH()

getShipType

public int getShipType()

getSquadName

public java.lang.String getSquadName()

getPlayerName

public java.lang.String getPlayerName()

getFlagPoints

public int getFlagPoints()

getKillPoints

public int getKillPoints()

getPlayerID

public int getPlayerID()

getAcceptsAudio

public int getAcceptsAudio()

getFlagsCarried

public int getFlagsCarried()

getIdentTurretee

public int getIdentTurretee()