Class BarEventDialogPlugin
java.lang.Object
com.fs.starfarer.api.impl.campaign.intel.bar.BarEventDialogPlugin
- All Implemented Interfaces:
InteractionDialogPlugin
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BarCMD
protected InteractionDialogAPI
protected PortsideBarEvent
protected InteractionDialogPlugin
-
Constructor Summary
ConstructorsConstructorDescriptionBarEventDialogPlugin
(BarCMD cmd, InteractionDialogPlugin originalPlugin, PortsideBarEvent event, Map<String, MemoryAPI> memoryMap) -
Method Summary
Modifier and TypeMethodDescriptionvoid
advance
(float amount) void
backFromEngagement
(EngagementResultAPI battleResult) void
endEvent()
void
init
(InteractionDialogAPI dialog) void
optionMousedOver
(String optionText, Object optionData) void
optionSelected
(String optionText, Object optionData)
-
Field Details
-
dialog
-
originalPlugin
-
memoryMap
-
event
-
cmd
-
-
Constructor Details
-
BarEventDialogPlugin
public BarEventDialogPlugin(BarCMD cmd, InteractionDialogPlugin originalPlugin, PortsideBarEvent event, Map<String, MemoryAPI> memoryMap)
-
-
Method Details
-
init
- Specified by:
init
in interfaceInteractionDialogPlugin
-
optionSelected
- Specified by:
optionSelected
in interfaceInteractionDialogPlugin
-
endEvent
public void endEvent() -
advance
public void advance(float amount) - Specified by:
advance
in interfaceInteractionDialogPlugin
-
backFromEngagement
- Specified by:
backFromEngagement
in interfaceInteractionDialogPlugin
-
getContext
- Specified by:
getContext
in interfaceInteractionDialogPlugin
-
getMemoryMap
- Specified by:
getMemoryMap
in interfaceInteractionDialogPlugin
-
optionMousedOver
- Specified by:
optionMousedOver
in interfaceInteractionDialogPlugin
-