Class ParticleColorData
java.lang.Object
de.luckymcdev.foundryengine.client.particle.data.KeyframedParticleData<Color>
de.luckymcdev.foundryengine.client.particle.data.ParticleColorData
- All Implemented Interfaces:
GenericParticleData
-
Field Summary
Fields inherited from class KeyframedParticleData
sequence -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyValue(ParticleContext particle, Color value) protected Colorinterpolate(Color start, Color end, float easedProgress) Methods inherited from class KeyframedParticleData
apply, getSequence
-
Constructor Details
-
ParticleColorData
-
-
Method Details
-
interpolate
- Specified by:
interpolatein classKeyframedParticleData<Color>
-
applyValue
- Specified by:
applyValuein classKeyframedParticleData<Color>
-