Interface UpdateParticleModule
- All Superinterfaces:
ParticleModule
- All Known Implementing Classes:
CustomLightModule,DynamicLightModule,FaceVelocityModule,TickSubEmitterModule
A module instance called once per tick.
-
Method Summary
Modifier and TypeMethodDescriptionvoidupdate(QuasarParticle particle) Updates this module with theMethods inherited from interface foundry.veil.api.quasar.emitters.module.ParticleModule
onRemove
-
Method Details
-
update
Updates this module with the- Parameters:
particle- The particle to update for
-