public interface Player
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Returns the id of the player.
|
int |
getLastActiveRound()
Deprecated.
|
int |
getMaterial(Material material)
Returns the quantity of the given material owned by the player.
|
int |
getMoney()
Returns the amount of money owned by the player.
|
int |
getTimeToLive()
Returns the time to live, i.e., the number of the last round where the player were active
(considered as living).
|
int getId()
int getMaterial(Material material)
material - the material to get informations aboutint getMoney()
int getTimeToLive()
@Deprecated int getLastActiveRound()