Uses of Class
org.starhope.appius.game.intangible.ItemTemplate

Packages that use ItemTemplate
org.starhope.appius.game.intangible   
 

Uses of ItemTemplate in org.starhope.appius.game.intangible
 

Fields in org.starhope.appius.game.intangible with type parameters of type ItemTemplate
private  HashSet<ItemTemplate> AvatarBase.itemsApply
          This is a set of items which apply to this type of avatar, regardless of other limitations.
 

Methods in org.starhope.appius.game.intangible that return ItemTemplate
static ItemTemplate ItemTemplate.get(org.json.JSONObject object)
           
static ItemTemplate ItemTemplate.get(String id)
           
 

Methods in org.starhope.appius.game.intangible with parameters of type ItemTemplate
 void AvatarBase.setItemEquippable(ItemTemplate item)
          Inform the AvatarBase that it is now allowed to equip items following the given template.