Class ProcGenTestPluginImpl
java.lang.Object
com.fs.starfarer.api.impl.campaign.procgen.ProcGenTestPluginImpl
- All Implemented Interfaces:
InteractionDialogPlugin
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected InteractionDialogAPI
protected static final Color
protected ProcGenTestPluginImpl.OptionId
protected OptionPanelAPI
protected PlanetAPI
protected CampaignFleetAPI
protected TextPanelAPI
protected VisualPanelAPI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
void
advance
(float amount) protected void
appendText
(String text) void
protected void
protected String
void
init
(InteractionDialogAPI dialog) void
optionMousedOver
(String optionText, Object optionData) void
optionSelected
(String text, Object optionData) protected void
protected void
-
Field Details
-
dialog
-
textPanel
-
options
-
visual
-
playerFleet
-
planet
-
HIGHLIGHT_COLOR
-
lastOptionMousedOver
-
-
Constructor Details
-
ProcGenTestPluginImpl
public ProcGenTestPluginImpl()
-
-
Method Details
-
init
- Specified by:
init
in interfaceInteractionDialogPlugin
-
getMemoryMap
- Specified by:
getMemoryMap
in interfaceInteractionDialogPlugin
-
backFromEngagement
- Specified by:
backFromEngagement
in interfaceInteractionDialogPlugin
-
optionSelected
- Specified by:
optionSelected
in interfaceInteractionDialogPlugin
-
printStats
protected void printStats() -
print
-
createInitialOptions
protected void createInitialOptions() -
optionMousedOver
- Specified by:
optionMousedOver
in interfaceInteractionDialogPlugin
-
advance
public void advance(float amount) - Specified by:
advance
in interfaceInteractionDialogPlugin
-
addText
-
appendText
-
getString
-
getContext
- Specified by:
getContext
in interfaceInteractionDialogPlugin
-