org.starhope.appius.game.npc
Class Particle.ParticleDestroyer

java.lang.Object
  extended by 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

Field Summary
private  Particle particle
          WRITEME brpocock@star-hope.org
 
Constructor Summary
Particle.ParticleDestroyer(Particle victim)
          WRITEME 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
 

Field Detail

particle

private final Particle particle
WRITEME brpocock@star-hope.org

Constructor Detail

Particle.ParticleDestroyer

Particle.ParticleDestroyer(Particle victim)
WRITEME brpocock@star-hope.org

Parameters:
victim - WRITEME
Method Detail

run

public void run()
Specified by:
run in interface Runnable
See Also:
Runnable.run()