Package com.fs.starfarer.api.impl.combat
Class RiftBeamEffect
java.lang.Object
com.fs.starfarer.api.impl.combat.RiftBeamEffect
- All Implemented Interfaces:
EveryFrameWeaponEffectPlugin
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
advance
(float amount, CombatEngineAPI engine, WeaponAPI weapon) Called before this frame's operations for the weapon - turning, firing, etc.findTarget
(BeamAPI beam, WeaponAPI weapon, CombatEngineAPI engine) org.lwjgl.util.vector.Vector2f
pickNoTargetDest
(BeamAPI beam, WeaponAPI weapon, CombatEngineAPI engine) void
-
Field Details
-
TARGET_RANGE
public static float TARGET_RANGE -
RIFT_RANGE
public static float RIFT_RANGE -
interval
-
-
Constructor Details
-
RiftBeamEffect
public RiftBeamEffect()
-
-
Method Details
-
advance
Description copied from interface:EveryFrameWeaponEffectPlugin
Called before this frame's operations for the weapon - turning, firing, etc.- Specified by:
advance
in interfaceEveryFrameWeaponEffectPlugin
-
spawnMine
-
pickNoTargetDest
public org.lwjgl.util.vector.Vector2f pickNoTargetDest(BeamAPI beam, WeaponAPI weapon, CombatEngineAPI engine) -
findTarget
-