Class FaceVelocityModule
java.lang.Object
foundry.veil.api.quasar.emitters.module.update.FaceVelocityModule
- All Implemented Interfaces:
ParticleModule,UpdateParticleModule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidupdate(QuasarParticle particle) Updates this module with theMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface foundry.veil.api.quasar.emitters.module.ParticleModule
onRemove
-
Constructor Details
-
FaceVelocityModule
public FaceVelocityModule()
-
-
Method Details
-
update
Description copied from interface:UpdateParticleModuleUpdates this module with the- Specified by:
updatein interfaceUpdateParticleModule- Parameters:
particle- The particle to update for
-