Starsector API
Loading...
Searching...
No Matches
SubmarketInteractionListener.java
Go to the documentation of this file.
1
package
com.fs.starfarer.api.campaign.listeners;
2
3
import
com.fs.starfarer.api.campaign.econ.SubmarketAPI;
4
5
public
interface
SubmarketInteractionListener
{
6
public
static
enum
SubmarketInteractionType {
7
SHIPS,
8
CARGO,
9
}
10
void
reportPlayerOpenedSubmarket
(SubmarketAPI submarket, SubmarketInteractionType type);
11
}
com.fs.starfarer.api.campaign.listeners.SubmarketInteractionListener
Definition
SubmarketInteractionListener.java:5
com.fs.starfarer.api.campaign.listeners.SubmarketInteractionListener.reportPlayerOpenedSubmarket
void reportPlayerOpenedSubmarket(SubmarketAPI submarket, SubmarketInteractionType type)
src
com
fs
starfarer
api
campaign
listeners
SubmarketInteractionListener.java
Generated by
1.9.8