public static class CryoblasterEffect.ParticleData extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
float |
angle |
org.lwjgl.util.vector.Vector2f |
dirVelChange |
FaderUtil |
fader |
float |
maxDur |
org.lwjgl.util.vector.Vector2f |
offset |
org.lwjgl.util.vector.Vector2f |
origVel |
DamagingProjectileAPI |
proj |
float |
scale |
float |
scaleIncreaseRate |
SpriteAPI |
sprite |
float |
turnDir |
org.lwjgl.util.vector.Vector2f |
vel |
| Constructor and Description |
|---|
ParticleData(DamagingProjectileAPI proj) |
| Modifier and Type | Method and Description |
|---|---|
void |
advance(float amount) |
public org.lwjgl.util.vector.Vector2f offset
public org.lwjgl.util.vector.Vector2f vel
public float scale
public DamagingProjectileAPI proj
public float scaleIncreaseRate
public float turnDir
public float angle
public float maxDur
public org.lwjgl.util.vector.Vector2f origVel
public org.lwjgl.util.vector.Vector2f dirVelChange
public ParticleData(DamagingProjectileAPI proj)
public void advance(float amount)