Starsector API
Toggle main menu visibility
Main Page
Packages
Package List
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Files
File List
•
All
Classes
Namespaces
Files
Functions
Variables
Loading...
Searching...
No Matches
HAKazeronTacBombardmentFactor.java
Go to the documentation of this file.
1
package
com.fs.starfarer.api.impl.campaign.intel.events;
2
3
import
com.fs.starfarer.api.ui.TooltipMakerAPI;
4
import
com.fs.starfarer.api.ui.TooltipMakerAPI.TooltipCreator;
5
6
public
class
HAKazeronTacBombardmentFactor
extends
BaseOneTimeFactor
{
7
8
public
HAKazeronTacBombardmentFactor
(
int
points
) {
9
super(
points
);
10
}
8
public
HAKazeronTacBombardmentFactor
(
int
points
) {
…
}
11
12
@Override
13
public
String
getDesc
(
BaseEventIntel
intel) {
14
return
"Tactical bombardment of Kazeron"
;
15
}
13
public
String
getDesc
(
BaseEventIntel
intel) {
…
}
16
17
@Override
18
public
TooltipCreator
getMainRowTooltip
(
BaseEventIntel
intel) {
19
return
new
BaseFactorTooltip
() {
20
@Override
21
public
void
createTooltip(TooltipMakerAPI tooltip,
boolean
expanded, Object tooltipParam) {
22
tooltip.addPara(
"A tactical bombardment of Kazeron - the nerve center and military hub of the Persean "
23
+
"League - has severely disrupted its efforts to bring pressure on your colonies."
,
24
0f);
25
}
26
27
};
28
}
18
public
TooltipCreator
getMainRowTooltip
(
BaseEventIntel
intel) {
…
}
29
30
}
6
public
class
HAKazeronTacBombardmentFactor
extends
BaseOneTimeFactor
{
…
};
com.fs.starfarer.api.impl.campaign.intel.events.BaseEventIntel
Definition
BaseEventIntel.java:35
com.fs.starfarer.api.impl.campaign.intel.events.BaseFactorTooltip
Definition
BaseFactorTooltip.java:6
com.fs.starfarer.api.impl.campaign.intel.events.BaseOneTimeFactor
Definition
BaseOneTimeFactor.java:9
com.fs.starfarer.api.impl.campaign.intel.events.BaseOneTimeFactor.points
int points
Definition
BaseOneTimeFactor.java:13
com.fs.starfarer.api.impl.campaign.intel.events.HAKazeronTacBombardmentFactor
Definition
HAKazeronTacBombardmentFactor.java:6
com.fs.starfarer.api.impl.campaign.intel.events.HAKazeronTacBombardmentFactor.getMainRowTooltip
TooltipCreator getMainRowTooltip(BaseEventIntel intel)
Definition
HAKazeronTacBombardmentFactor.java:18
com.fs.starfarer.api.impl.campaign.intel.events.HAKazeronTacBombardmentFactor.HAKazeronTacBombardmentFactor
HAKazeronTacBombardmentFactor(int points)
Definition
HAKazeronTacBombardmentFactor.java:8
com.fs.starfarer.api.impl.campaign.intel.events.HAKazeronTacBombardmentFactor.getDesc
String getDesc(BaseEventIntel intel)
Definition
HAKazeronTacBombardmentFactor.java:13
src
com
fs
starfarer
api
impl
campaign
intel
events
HAKazeronTacBombardmentFactor.java
Generated by
1.9.8