Uses of Class
org.starhope.appius.user.AvatarClass

Packages that use AvatarClass
org.starhope.appius.user   
 

Uses of AvatarClass in org.starhope.appius.user
 

Fields in org.starhope.appius.user declared as AvatarClass
private  AvatarClass User.avatarClass
          The type of avatar in play
 

Methods in org.starhope.appius.user that return AvatarClass
 AvatarClass User.getAvatarClass()
           
static AvatarClass AvatarClass.getByID(int newID)
          WRITEME: document this method (brpocock, Aug 27, 2009)
 

Methods in org.starhope.appius.user with parameters of type AvatarClass
 void User.setAvatarClass(AvatarClass avatarClass)