Package mindustry.entities
Class Effect.EffectContainer
java.lang.Object
mindustry.entities.Effect.EffectContainer
- All Implemented Interfaces:
Scaled
- Enclosing class:
- Effect
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface arc.math.Scaled
fin, finpow, finpowdown, fout, fout, fout, foutpow, foutpowdown, fslope
-
Field Details
-
x
public float x -
y
public float y -
time
public float time -
lifetime
public float lifetime -
rotation
public float rotation -
color
-
id
public int id -
data
-
-
Constructor Details
-
EffectContainer
public EffectContainer()
-
-
Method Details