Uses of Class
com.jme3.effect.Particle

Packages that use Particle
com.jme3.effect The com.jme3.effect package allows particle emitter effects to be used with a jME3 application. 
com.jme3.effect.influencers   
 

Uses of Particle in com.jme3.effect
 

Methods in com.jme3.effect that return Particle
 Particle[] ParticleEmitter.getParticles()
          Returns a list of all particles (shouldn't be used in most cases).
 

Methods in com.jme3.effect with parameters of type Particle
abstract  void ParticleMesh.updateParticleData(Particle[] particles, Camera cam, Matrix3f inverseRotation)
          Update the particle visual data.
 void ParticlePointMesh.updateParticleData(Particle[] particles, Camera cam, Matrix3f inverseRotation)
           
 void ParticleTriMesh.updateParticleData(Particle[] particles, Camera cam, Matrix3f inverseRotation)
           
 

Uses of Particle in com.jme3.effect.influencers
 

Methods in com.jme3.effect.influencers with parameters of type Particle
protected  void DefaultParticleInfluencer.applyVelocityVariation(Particle particle)
          This method applies the variation to the particle with already set velocity.
protected  void NewtonianParticleInfluencer.applyVelocityVariation(Particle particle)
           
 void DefaultParticleInfluencer.influenceParticle(Particle particle, EmitterShape emitterShape)
           
 void EmptyParticleInfluencer.influenceParticle(Particle particle, EmitterShape emitterShape)
           
 void NewtonianParticleInfluencer.influenceParticle(Particle particle, EmitterShape emitterShape)
           
 void ParticleInfluencer.influenceParticle(Particle particle, EmitterShape emitterShape)
          This method influences the particle.