Uses of Class
com.pankia.User

Uses of User in com.pankia
 

Methods in com.pankia that return User
 User Membership.getUser()
           
 User Rank.getUser()
           
 

Methods in com.pankia that return types with arguments of type User
 java.util.List<User> Match.getUsers()
           
 

Constructors in com.pankia with parameters of type User
Game(Config config, User user)
           
Install(Config config, User user)