Starsector API
Loading...
Searching...
No Matches
EnergyLashActivatedSystem.java
Go to the documentation of this file.
1
package
com.fs.starfarer.api.impl.combat.threat;
2
3
import
com.fs.starfarer.api.combat.ShipAPI;
4
5
public
interface
EnergyLashActivatedSystem
{
6
//public void resetAfterShipCreation(ShipAPI ship);
7
8
public
void
hitWithEnergyLash
(
ShipAPI
overseer,
ShipAPI
ship);
9
15
public
float
getCurrentUsefulnessLevel
(
ShipAPI
overseer,
ShipAPI
ship);
16
}
com.fs.starfarer.api.combat.ShipAPI
Definition
ShipAPI.java:24
com.fs.starfarer.api.impl.combat.threat.EnergyLashActivatedSystem
Definition
EnergyLashActivatedSystem.java:5
com.fs.starfarer.api.impl.combat.threat.EnergyLashActivatedSystem.hitWithEnergyLash
void hitWithEnergyLash(ShipAPI overseer, ShipAPI ship)
com.fs.starfarer.api.impl.combat.threat.EnergyLashActivatedSystem.getCurrentUsefulnessLevel
float getCurrentUsefulnessLevel(ShipAPI overseer, ShipAPI ship)
src
com
fs
starfarer
api
impl
combat
threat
EnergyLashActivatedSystem.java
Generated by
1.12.0