Starsector API
Loading...
Searching...
No Matches
ShipSkillEffect.java
Go to the documentation of this file.
1
package
com.fs.starfarer.api.characters;
2
3
import
com.fs.starfarer.api.combat.MutableShipStatsAPI;
4
import
com.fs.starfarer.api.combat.ShipAPI.HullSize;
5
11
public
interface
ShipSkillEffect
extends
LevelBasedEffect
{
12
void
apply
(MutableShipStatsAPI stats, HullSize hullSize, String
id
,
float
level);
13
void
unapply
(MutableShipStatsAPI stats, HullSize hullSize, String
id
);
14
}
com.fs.starfarer.api.characters.LevelBasedEffect
Definition
LevelBasedEffect.java:3
com.fs.starfarer.api.characters.ShipSkillEffect
Definition
ShipSkillEffect.java:11
com.fs.starfarer.api.characters.ShipSkillEffect.unapply
void unapply(MutableShipStatsAPI stats, HullSize hullSize, String id)
com.fs.starfarer.api.characters.ShipSkillEffect.apply
void apply(MutableShipStatsAPI stats, HullSize hullSize, String id, float level)
src
com
fs
starfarer
api
characters
ShipSkillEffect.java
Generated by
1.9.8