public class VortexLauncherEffect extends java.lang.Object implements OnFireEffectPlugin, EveryFrameWeaponEffectPlugin
| Modifier and Type | Class and Description |
|---|---|
static class |
VortexLauncherEffect.DisturbShroudPlugin |
| Modifier and Type | Field and Description |
|---|---|
static float |
LAUNCH_ARC |
static java.lang.String |
VORTEX_WING |
| Constructor and Description |
|---|
VortexLauncherEffect() |
| Modifier and Type | Method and Description |
|---|---|
void |
advance(float amount,
CombatEngineAPI engine,
WeaponAPI weapon)
Called before this frame's operations for the weapon - turning, firing, etc.
|
void |
onFire(DamagingProjectileAPI projectile,
WeaponAPI weapon,
CombatEngineAPI engine) |
public static java.lang.String VORTEX_WING
public static float LAUNCH_ARC
public VortexLauncherEffect()
public void advance(float amount, CombatEngineAPI engine, WeaponAPI weapon)
EveryFrameWeaponEffectPluginadvance in interface EveryFrameWeaponEffectPluginpublic void onFire(DamagingProjectileAPI projectile, WeaponAPI weapon, CombatEngineAPI engine)
onFire in interface OnFireEffectPlugin