com.quartercode.quarterbukkit.api.particle
Interface ParticleSpawner

All Known Implementing Classes:
DefaultParticleSpawner

public interface ParticleSpawner

Interface for particle spawners which spawn/render the particles.


Method Summary
 void spawn(org.bukkit.plugin.Plugin plugin, java.util.List<ParticleDescription> descriptions, org.bukkit.Location location)
          Spawns/Renders the particles of a particle run.
 

Method Detail

spawn

void spawn(org.bukkit.plugin.Plugin plugin,
           java.util.List<ParticleDescription> descriptions,
           org.bukkit.Location location)
Spawns/Renders the particles of a particle run.

Parameters:
plugin - The Plugin for exception-handling etc.
descriptions - The ParticleDescriptions for the particle effect.
location - The spawn Location for the particles.