com.planet_ink.coffee_mud.Libraries.interfaces
Interface AchievementLibrary.AmountAward

All Superinterfaces:
AchievementLibrary.Award
All Known Subinterfaces:
AchievementLibrary.CurrencyAward, AchievementLibrary.StatAward
Enclosing interface:
AchievementLibrary

public static interface AchievementLibrary.AmountAward
extends AchievementLibrary.Award

The award interface provides pre-parsed award information for those who complete the achievement.


Method Summary
 int getAmount()
          The amount awarded by the award
 
Methods inherited from interface com.planet_ink.coffee_mud.Libraries.interfaces.AchievementLibrary.Award
getDescription, getType, isNotAwardedOnRemort, isPreAwarded
 

Method Detail

getAmount

int getAmount()
The amount awarded by the award

Returns:
amount awarded by the award