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

All Superinterfaces:
AchievementLibrary.Award
Enclosing interface:
AchievementLibrary

public static interface AchievementLibrary.ExpertiseAward
extends AchievementLibrary.Award

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


Method Summary
 ExpertiseLibrary.ExpertiseDefinition getExpertise()
          The expertise granted by this award.
 int getLevel()
          The level at which the player is granted, or qualified for, this expertise.
 
Methods inherited from interface com.planet_ink.coffee_mud.Libraries.interfaces.AchievementLibrary.Award
getDescription, getType, isNotAwardedOnRemort, isPreAwarded
 

Method Detail

getLevel

int getLevel()
The level at which the player is granted, or qualified for, this expertise.

Returns:
the level at which the player is granted

getExpertise

ExpertiseLibrary.ExpertiseDefinition getExpertise()
The expertise granted by this award.

Returns:
expertise granted by this award.