twcore.core
Class Player

java.lang.Object
  |
  +--twcore.core.Player

public class Player
extends java.lang.Object


Constructor Summary
Player(twcore.core.PlayerEntered playerEntered)
           
 
Method Summary
 void clearPlayer()
           
 int getAcceptsAudio()
           
 int getBounty()
           
 int getBurstCount()
           
 int getDecoyCount()
           
 int getEnergy()
           
 int getFlagPoints()
           
 int getflagsCarried()
           
 int getFrequency()
           
 int getHasKOTH()
           
 int getItemInformation()
           
 int getKillPoints()
           
 int getLosses()
           
 int getPing()
           
 int getPlayerID()
           
 java.lang.String getPlayerName()
           
 int getPortalCount()
           
 int getRepelCount()
           
 int getRocketCount()
           
 int getRotation()
           
 int getS2CLag()
           
 int getScore()
           
 int getShipType()
           
 java.lang.String getSquadName()
           
 int getThorCount()
           
 int getTimer()
           
 int getTimeStamp()
           
 int getTurretee()
           
 int getWallCount()
           
 int getWins()
           
 int getXLocation()
           
 int getXVelocity()
           
 int getYLocation()
           
 int getYVelocity()
           
 boolean hasAntiwarpOn()
           
 boolean hasShields()
           
 boolean hasSuper()
           
 boolean hasXRadarOn()
           
 boolean isCloaked()
           
 boolean isInSafe()
           
 boolean isPlaying()
           
 boolean isShip(int shipType)
           
 boolean isStealthed()
           
 boolean isUFO()
           
 boolean isWarpingIn()
           
 void scoreReset()
           
 void setPlayer(twcore.core.PlayerEntered playerEntered)
           
 void updatePlayer(twcore.core.FlagReward message)
           
 void updatePlayer(twcore.core.FlagVictory message)
           
 void updatePlayer(twcore.core.FrequencyChange message)
           
 void updatePlayer(twcore.core.FrequencyShipChange message)
           
 void updatePlayer(twcore.core.PlayerDeath message)
           
 void updatePlayer(twcore.core.PlayerPosition message)
           
 void updatePlayer(twcore.core.ScoreReset message)
           
 void updatePlayer(twcore.core.ScoreUpdate message)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Player

public Player(twcore.core.PlayerEntered playerEntered)
Method Detail

setPlayer

public void setPlayer(twcore.core.PlayerEntered playerEntered)

clearPlayer

public void clearPlayer()

isPlaying

public boolean isPlaying()

isShip

public boolean isShip(int shipType)

scoreReset

public void scoreReset()

updatePlayer

public void updatePlayer(twcore.core.PlayerDeath message)

updatePlayer

public void updatePlayer(twcore.core.ScoreReset message)

updatePlayer

public void updatePlayer(twcore.core.ScoreUpdate message)

updatePlayer

public void updatePlayer(twcore.core.FlagVictory message)

updatePlayer

public void updatePlayer(twcore.core.FlagReward message)

updatePlayer

public void updatePlayer(twcore.core.FrequencyChange message)

updatePlayer

public void updatePlayer(twcore.core.FrequencyShipChange message)

updatePlayer

public void updatePlayer(twcore.core.PlayerPosition message)

getPlayerName

public java.lang.String getPlayerName()

getSquadName

public java.lang.String getSquadName()

getShipType

public int getShipType()

getXLocation

public int getXLocation()

getYLocation

public int getYLocation()

getXVelocity

public int getXVelocity()

getYVelocity

public int getYVelocity()

getFrequency

public int getFrequency()

getWins

public int getWins()

getLosses

public int getLosses()

getFlagPoints

public int getFlagPoints()

getKillPoints

public int getKillPoints()

getAcceptsAudio

public int getAcceptsAudio()

getHasKOTH

public int getHasKOTH()

getRotation

public int getRotation()

getPing

public int getPing()

getBounty

public int getBounty()

getEnergy

public int getEnergy()

getS2CLag

public int getS2CLag()

getTimer

public int getTimer()

getItemInformation

public int getItemInformation()

getTurretee

public int getTurretee()

getflagsCarried

public int getflagsCarried()

getTimeStamp

public int getTimeStamp()

getPlayerID

public int getPlayerID()

getScore

public int getScore()

hasShields

public boolean hasShields()

hasSuper

public boolean hasSuper()

getBurstCount

public int getBurstCount()

getRepelCount

public int getRepelCount()

getThorCount

public int getThorCount()

getWallCount

public int getWallCount()

getDecoyCount

public int getDecoyCount()

getRocketCount

public int getRocketCount()

getPortalCount

public int getPortalCount()

isStealthed

public boolean isStealthed()

isCloaked

public boolean isCloaked()

hasXRadarOn

public boolean hasXRadarOn()

hasAntiwarpOn

public boolean hasAntiwarpOn()

isWarpingIn

public boolean isWarpingIn()

isInSafe

public boolean isInSafe()

isUFO

public boolean isUFO()