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

All Superinterfaces:
AchievementLibrary.AmountAward, AchievementLibrary.Award
Enclosing interface:
AchievementLibrary

public static interface AchievementLibrary.StatAward
extends AchievementLibrary.AmountAward

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


Method Summary
 java.lang.String getStat()
          The stat name awarded by this award
 
Methods inherited from interface com.planet_ink.coffee_mud.Libraries.interfaces.AchievementLibrary.AmountAward
getAmount
 
Methods inherited from interface com.planet_ink.coffee_mud.Libraries.interfaces.AchievementLibrary.Award
getDescription, getType, isNotAwardedOnRemort, isPreAwarded
 

Method Detail

getStat

java.lang.String getStat()
The stat name awarded by this award

Returns:
stat name awarded by this award