public static class SetStoryOption.BaseOptionStoryPointActionDelegate extends BaseStoryPointActionDelegate
| Modifier and Type | Field and Description |
|---|---|
protected float |
bonusXPFraction |
protected InteractionDialogAPI |
dialog |
protected java.lang.String |
logText |
protected int |
numPoints |
protected java.lang.Object |
optionId |
protected java.lang.String |
soundId |
| Constructor and Description |
|---|
BaseOptionStoryPointActionDelegate(InteractionDialogAPI dialog,
SetStoryOption.StoryOptionParams params) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addActionCostSection(TooltipMakerAPI info) |
void |
confirm() |
void |
createDescription(TooltipMakerAPI info) |
float |
getBonusXPFraction() |
java.lang.String |
getConfirmSoundId() |
java.lang.String |
getLogText() |
int |
getRequiredStoryPoints() |
TextPanelAPI |
getTextPanel() |
java.lang.String |
getTitle() |
void |
preConfirm() |
boolean |
withSPInfo() |
withDescriptionprotected java.lang.Object optionId
protected float bonusXPFraction
protected InteractionDialogAPI dialog
protected int numPoints
protected java.lang.String soundId
protected java.lang.String logText
public BaseOptionStoryPointActionDelegate(InteractionDialogAPI dialog, SetStoryOption.StoryOptionParams params)
public void preConfirm()
preConfirm in interface StoryPointActionDelegatepreConfirm in class BaseStoryPointActionDelegatepublic void confirm()
confirm in interface StoryPointActionDelegateconfirm in class BaseStoryPointActionDelegatepublic void createDescription(TooltipMakerAPI info)
createDescription in interface StoryPointActionDelegatecreateDescription in class BaseStoryPointActionDelegateprotected void addActionCostSection(TooltipMakerAPI info)
public float getBonusXPFraction()
getBonusXPFraction in interface StoryPointActionDelegategetBonusXPFraction in class BaseStoryPointActionDelegatepublic java.lang.String getConfirmSoundId()
getConfirmSoundId in interface StoryPointActionDelegategetConfirmSoundId in class BaseStoryPointActionDelegatepublic int getRequiredStoryPoints()
getRequiredStoryPoints in interface StoryPointActionDelegategetRequiredStoryPoints in class BaseStoryPointActionDelegatepublic java.lang.String getLogText()
public TextPanelAPI getTextPanel()
getTextPanel in interface StoryPointActionDelegategetTextPanel in class BaseStoryPointActionDelegatepublic java.lang.String getTitle()
getTitle in interface StoryPointActionDelegategetTitle in class BaseStoryPointActionDelegatepublic boolean withSPInfo()
withSPInfo in interface StoryPointActionDelegatewithSPInfo in class BaseStoryPointActionDelegate