get Player Set
Gets the player set associated with a player.
By default, getPlayerSet creates a unique set of players for each player, but you can change this behavior by setting your own implementation of ServerPlayerSet for the player using setPlayerSet.
Return
the player set associated with the player.
Parameters
player
the player for whom to get the player set.