Uses of Class
org.starhope.appius.game.AssetFormat

Packages that use AssetFormat
org.starhope.appius.game   
 

Uses of AssetFormat in org.starhope.appius.game
 

Fields in org.starhope.appius.game with type parameters of type AssetFormat
(package private)  Map<AssetFormat,Float> AssetPreferenceList.map
          WRITEME: Document this brpocock@star-hope.org
 

Methods in org.starhope.appius.game that return AssetFormat
static AssetFormat AssetFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AssetFormat[] AssetFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.starhope.appius.game that return types with arguments of type AssetFormat
 Set<Map.Entry<AssetFormat,Float>> AssetPreferenceList.entrySet()
           
 Set<AssetFormat> AssetPreferenceList.keySet()
           
 

Methods in org.starhope.appius.game with parameters of type AssetFormat
 Float AssetPreferenceList.put(AssetFormat key, Float value)
           
 

Method parameters in org.starhope.appius.game with type arguments of type AssetFormat
 void AssetPreferenceList.putAll(Map<? extends AssetFormat,? extends Float> m)