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