Starsector API
Loading...
Searching...
No Matches
EmpArcEntityAPI.java
Go to the documentation of this file.
1package com.fs.starfarer.api.combat;
2
3import org.lwjgl.util.vector.Vector2f;
4
5public interface EmpArcEntityAPI extends CombatEntityAPI {
6
8 void setCoreWidthOverride(float coreWidthOverride);
9 void setTargetToShipCenter(Vector2f sourceSlotPos, ShipAPI ship);
12
13}
void setTargetToShipCenter(Vector2f sourceSlotPos, ShipAPI ship)
void setCoreWidthOverride(float coreWidthOverride)