|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.quartercode.quarterbukkit.api.particle.DefaultParticleSpawner
public class DefaultParticleSpawner
This is a default ParticleSpawner
which executes the particle effects using fireworks.
The method spawns a new Firework
, let it explode directly after that using reflection and then removes the Entity
.
Constructor Summary | |
---|---|
DefaultParticleSpawner()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultParticleSpawner()
Method Detail |
---|
public void spawn(org.bukkit.plugin.Plugin plugin, java.util.List<ParticleDescription> descriptions, org.bukkit.Location location)
ParticleSpawner
spawn
in interface ParticleSpawner
plugin
- The Plugin
for exception-handling etc.descriptions
- The ParticleDescription
s for the particle effect.location
- The spawn Location
for the particles.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |