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

All Superinterfaces:
AchievementLibrary.Award
Enclosing interface:
AchievementLibrary

public static interface AchievementLibrary.TitleAward
extends AchievementLibrary.Award

The award interface provides pre-parsed award information for those who complete the achievement. Gets the title that is awarded to players who complete this achievement. It is in normal title format, where * is substituted for the players name.


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

Method Detail

getTitle

java.lang.String getTitle()
The title name awarded by this award

Returns:
title name awarded by this award