public class ShipExplosionFlareVisual extends BaseCombatLayeredRenderingPlugin
Modifier and Type | Class and Description |
---|---|
static class |
ShipExplosionFlareVisual.ShipExplosionFlareParams |
Modifier and Type | Field and Description |
---|---|
protected FaderUtil |
fader |
protected ShipExplosionFlareVisual.ShipExplosionFlareParams |
p |
protected SpriteAPI |
sprite |
entity, layer
Constructor and Description |
---|
ShipExplosionFlareVisual(ShipExplosionFlareVisual.ShipExplosionFlareParams p) |
Modifier and Type | Method and Description |
---|---|
void |
advance(float amount) |
java.util.EnumSet<CombatEngineLayers> |
getActiveLayers() |
float |
getRenderRadius() |
void |
init(CombatEntityAPI entity) |
boolean |
isExpired() |
void |
render(CombatEngineLayers layer,
ViewportAPI viewport) |
cleanup
protected ShipExplosionFlareVisual.ShipExplosionFlareParams p
protected SpriteAPI sprite
protected FaderUtil fader
public ShipExplosionFlareVisual(ShipExplosionFlareVisual.ShipExplosionFlareParams p)
public float getRenderRadius()
getRenderRadius
in interface CombatLayeredRenderingPlugin
getRenderRadius
in class BaseCombatLayeredRenderingPlugin
public java.util.EnumSet<CombatEngineLayers> getActiveLayers()
getActiveLayers
in interface CombatLayeredRenderingPlugin
getActiveLayers
in class BaseCombatLayeredRenderingPlugin
public void advance(float amount)
advance
in interface CombatLayeredRenderingPlugin
advance
in class BaseCombatLayeredRenderingPlugin
public void init(CombatEntityAPI entity)
init
in interface CombatLayeredRenderingPlugin
init
in class BaseCombatLayeredRenderingPlugin
public boolean isExpired()
isExpired
in interface CombatLayeredRenderingPlugin
isExpired
in class BaseCombatLayeredRenderingPlugin
public void render(CombatEngineLayers layer, ViewportAPI viewport)
render
in interface CombatLayeredRenderingPlugin
render
in class BaseCombatLayeredRenderingPlugin
Copyright © 2013 Fractal Softworks, LLC. All Rights Reserved.