Uses of Class
rekit.logic.gameelements.particles.Particle
Packages that use Particle
-
Uses of Particle in rekit.logic.gameelements.particles
Subclasses of Particle in rekit.logic.gameelements.particlesModifier and TypeClassDescriptionclassclassParticlethat shows a text, that can be specified viaTextParticle.setText(String)Fields in rekit.logic.gameelements.particles declared as ParticleModifier and TypeFieldDescriptionprotected ParticleParticleSpawner.particlePrototypeThe particle prototype.Methods in rekit.logic.gameelements.particles that return ParticleConstructors in rekit.logic.gameelements.particles with parameters of type ParticleModifierConstructorDescriptionParticleSpawner(Particle prototype) Create a new ParticleSpawner by prototype.