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

Packages that use ClothingItem
org.starhope.appius.user   
 

Uses of ClothingItem in org.starhope.appius.user
 

Methods in org.starhope.appius.user that return ClothingItem
 ClothingItem InventoryItem.asClothing()
           
 ClothingItem AvatarClass.getDefaultPattern()
           
 

Methods in org.starhope.appius.user with parameters of type ClothingItem
protected  void User.addFreeClothing(ClothingItem clothingItem)
           
 void User.doff(ClothingItem item)
           
 void User.wear(ClothingItem item)