| Modifier and Type | Method and Description |
|---|---|
Player |
User.getUserPlayer()
Returns the player
Player. |
| Modifier and Type | Method and Description |
|---|---|
List<Player> |
Team.getTeamPlayers()
Returns the team
Players. |
List<Player> |
User.getUserPlayers()
Returns the user managed
Players. |
| Modifier and Type | Method and Description |
|---|---|
void |
User.setUserPlayer(Player userPlayer)
Sets the player of the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Team.setTeamPlayers(List<Player> teamPlayers)
Sets the
Players of the team. |
void |
User.setUserPlayers(List<Player> userPlayers)
Sets the players managed of the user.
|
Copyright © 2017. All rights reserved.