Starsector API
Loading...
Searching...
No Matches
CustomProductionPickerDelegate.java
Go to the documentation of this file.
1package com.fs.starfarer.api.campaign;
2
3import java.util.Set;
4
5
7
8 public Set<String> getAvailableShipHulls();
9 public Set<String> getAvailableWeapons();
10 public Set<String> getAvailableFighters();
11
12 public float getCostMult();
13 public float getMaximumValue();
14
15 public boolean withQuantityLimits();
16
18
19
27
28
32 public boolean isUseCreditSign();
36 public int getCostOverride(Object item);
37}
void notifyProductionSelected(FactionProductionAPI production)