Uses of Class
com.jmex.effects.particles.Particle.Status

Packages that use Particle.Status
com.jmex.effects.particles   
 

Uses of Particle.Status in com.jmex.effects.particles
 

Methods in com.jmex.effects.particles that return Particle.Status
 Particle.Status Particle.getStatus()
           
static Particle.Status Particle.Status.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Particle.Status[] Particle.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jmex.effects.particles with parameters of type Particle.Status
 void Particle.setStatus(Particle.Status status)
          Set the status of this particle.