org.starhope.appius.game.npc
Class Particle.ParticleDestroyer
java.lang.Object
org.starhope.appius.game.npc.Particle.ParticleDestroyer
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- Particle
private static final class Particle.ParticleDestroyer
- extends Object
- implements Runnable
- Author:
- brpocock@star-hope.org
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
particle
private final Particle particle
- WRITEME brpocock@star-hope.org
Particle.ParticleDestroyer
Particle.ParticleDestroyer(Particle victim)
- WRITEME brpocock@star-hope.org
- Parameters:
victim
- WRITEME
run
public void run()
- Specified by:
run
in interface Runnable
- See Also:
Runnable.run()