Class Playerinfo
Class Playerinfo
java.lang.Object
|
+----Playerinfo
- public class Playerinfo
- extends Object
- Version:
- 1.2
Datatype for a playerinfo
- Author:
- Nicklas Hjalmarsson
-
Playerinfo()
-
-
gameOver(Fod, int)
- Use when game is Over
-
increaseTalismans(Area)
- Use to add a new controlled talisman to the player.
-
kill()
- Use when a player is dead or has left the game
-
reset()
- Call after each turn to reset the values that shall be sent back to the players
Playerinfo
public Playerinfo()
kill
public void kill()
- Use when a player is dead or has left the game
gameOver
public void gameOver(Fod game,
int i)
- Use when game is Over
reset
public void reset()
- Call after each turn to reset the values that shall be sent back to the players
increaseTalismans
public void increaseTalismans(Area a)
- Use to add a new controlled talisman to the player.