public static class Sensors.Level1 extends java.lang.Object implements FleetStatsSkillEffect
LevelBasedEffect.ScopeDescription| Constructor and Description |
|---|
Level1() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(MutableFleetStatsAPI stats,
java.lang.String id,
float level) |
java.lang.String |
getEffectDescription(float level) |
java.lang.String |
getEffectPerLevelDescription() |
LevelBasedEffect.ScopeDescription |
getScopeDescription() |
void |
unapply(MutableFleetStatsAPI stats,
java.lang.String id) |
public Level1()
public void apply(MutableFleetStatsAPI stats, java.lang.String id, float level)
apply in interface FleetStatsSkillEffectpublic void unapply(MutableFleetStatsAPI stats, java.lang.String id)
unapply in interface FleetStatsSkillEffectpublic java.lang.String getEffectDescription(float level)
getEffectDescription in interface LevelBasedEffectpublic java.lang.String getEffectPerLevelDescription()
getEffectPerLevelDescription in interface LevelBasedEffectpublic LevelBasedEffect.ScopeDescription getScopeDescription()
getScopeDescription in interface LevelBasedEffect