|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectnet.barkerjr.gameserver.Player
public class Player
Contains a player
| Field Summary | |
|---|---|
int |
deaths
The number of deaths |
String |
face
|
int |
kills
The number of kills |
String |
mesh
|
String |
name
The player's name |
String |
ngStats
|
int |
ping
The ping of the user |
int |
score
The number of points |
float |
secondsConnected
The number of seconds the player has been connected |
String |
skin
|
int |
team
The team the user is on |
| Method Summary | |
|---|---|
int |
getDeaths()
The number of deaths |
String |
getFace()
|
int |
getIndex()
The player index |
int |
getKills()
The number of kills |
String |
getMesh()
|
String |
getName()
The name of the player |
String |
getNgStats()
|
int |
getPing()
The player ping |
int |
getScore()
The number of points |
float |
getSecondsConnected()
The number of seconds the player has been connected |
String |
getSkin()
|
int |
getTeam()
The player team |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String name
public int kills
public float secondsConnected
public int ping
public int team
public int score
public int deaths
public String mesh
public String skin
public String face
public String ngStats
| Method Detail |
|---|
public String getName()
public int getKills()
public float getSecondsConnected()
public int getIndex()
public int getPing()
public int getTeam()
public int getScore()
public int getDeaths()
public String getMesh()
public String getSkin()
public String getFace()
public String getNgStats()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||