Starsector API
|
Public Member Functions | |
float | getCoreWidthOverride () |
void | setCoreWidthOverride (float coreWidthOverride) |
void | setTargetToShipCenter (Vector2f sourceSlotPos, ShipAPI ship) |
Vector2f | getTargetLocation () |
void | setSingleFlickerMode () |
Public Member Functions inherited from com.fs.starfarer.api.combat.CombatEntityAPI | |
Vector2f | getLocation () |
Vector2f | getVelocity () |
float | getFacing () |
void | setFacing (float facing) |
float | getAngularVelocity () |
void | setAngularVelocity (float angVel) |
int | getOwner () |
void | setOwner (int owner) |
float | getCollisionRadius () |
CollisionClass | getCollisionClass () |
void | setCollisionClass (CollisionClass collisionClass) |
float | getMass () |
void | setMass (float mass) |
BoundsAPI | getExactBounds () |
ShieldAPI | getShield () |
float | getHullLevel () |
float | getHitpoints () |
float | getMaxHitpoints () |
void | setCollisionRadius (float radius) |
Object | getAI () |
boolean | isExpired () |
void | setCustomData (String key, Object data) |
void | removeCustomData (String key) |
Map< String, Object > | getCustomData () |
void | setHitpoints (float hitpoints) |
Definition at line 5 of file EmpArcEntityAPI.java.
float com.fs.starfarer.api.combat.EmpArcEntityAPI.getCoreWidthOverride | ( | ) |
Vector2f com.fs.starfarer.api.combat.EmpArcEntityAPI.getTargetLocation | ( | ) |
void com.fs.starfarer.api.combat.EmpArcEntityAPI.setCoreWidthOverride | ( | float | coreWidthOverride | ) |
void com.fs.starfarer.api.combat.EmpArcEntityAPI.setSingleFlickerMode | ( | ) |
void com.fs.starfarer.api.combat.EmpArcEntityAPI.setTargetToShipCenter | ( | Vector2f | sourceSlotPos, |
ShipAPI | ship | ||
) |