Starsector API
Loading...
Searching...
No Matches
DialogCreatorUI.java
Go to the documentation of this file.
1package com.fs.starfarer.api.campaign.listeners;
2
3import com.fs.starfarer.api.campaign.CustomDialogDelegate;
4import com.fs.starfarer.api.campaign.InteractionDialogPlugin;
5import com.fs.starfarer.api.campaign.SectorEntityToken;
6import com.fs.starfarer.api.campaign.StoryPointActionDelegate;
7
8public interface DialogCreatorUI {
9
16
17
23 void showDialog(SectorEntityToken target, String trigger);
24
26
27
28 void showDialog(float customPanelWidth, float customPanelHeight, CustomDialogDelegate delegate);
29
30
31}
void showDialog(StoryPointActionDelegate delegate)
void showDialog(SectorEntityToken target, String trigger)
void showDialog(float customPanelWidth, float customPanelHeight, CustomDialogDelegate delegate)
void showDialog(SectorEntityToken target, InteractionDialogPlugin plugin)