AchievementLibrary.AbilityAward, AchievementLibrary.AmountAward, AchievementLibrary.CurrencyAward, AchievementLibrary.ExpertiseAward, AchievementLibrary.StatAward, AchievementLibrary.TattooAward, AchievementLibrary.TitleAwardpublic static interface AchievementLibrary.Award
| Modifier and Type | Method | Description | 
|---|---|---|
| java.lang.String | getDescription() | Returns a description of the award | 
| AchievementLibrary.AwardType | getType() | The type of award | 
| boolean | isNotAwardedOnRemort() | Returns true if the award is given only to new characters or
 at achievement-time | 
| boolean | isPreAwarded() | Returns true if the award is given before the character
 is fully created. | 
AchievementLibrary.AwardType getType()
java.lang.String getDescription()
boolean isPreAwarded()
boolean isNotAwardedOnRemort()