Interface UpdateParticleModule

All Superinterfaces:
ParticleModule
All Known Implementing Classes:
CustomLightModule, DynamicLightModule, FaceVelocityModule, TickSubEmitterModule

public interface UpdateParticleModule extends ParticleModule
A module instance called once per tick.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Updates this module with the

    Methods inherited from interface foundry.veil.api.quasar.emitters.module.ParticleModule

    onRemove
  • Method Details

    • update

      void update(QuasarParticle particle)
      Updates this module with the
      Parameters:
      particle - The particle to update for