Class SpigotParticleSpawner
java.lang.Object
dev.esophose.playerparticles.particles.spawning.ParticleSpawner
dev.esophose.playerparticles.particles.spawning.SpigotParticleSpawner
public class SpigotParticleSpawner extends ParticleSpawner
- 
Nested Class SummaryNested classes/interfaces inherited from class dev.esophose.playerparticles.particles.spawning.ParticleSpawnerParticleSpawner.ParticleColorException, ParticleSpawner.ParticleDataException
- 
Constructor SummaryConstructors Constructor Description SpigotParticleSpawner()
- 
Method SummaryModifier and Type Method Description voiddisplay(ParticleEffect particleEffect, double offsetX, double offsetY, double offsetZ, double speed, int amount, org.bukkit.Location center, boolean isLongRange, org.bukkit.entity.Player owner)Displays a particle effectvoiddisplay(ParticleEffect particleEffect, ColorTransition colorTransition, double offsetX, double offsetY, double offsetZ, int amount, org.bukkit.Location center, boolean isLongRange, org.bukkit.entity.Player owner, float size)Displays a particle effect which requires additional data and is only visible for all players within a certain range in the world of @param centervoiddisplay(ParticleEffect particleEffect, ParticleColor color, org.bukkit.Location center, boolean isLongRange, org.bukkit.entity.Player owner, float size)Displays a single particle which is coloredvoiddisplay(ParticleEffect particleEffect, Vibration vibration, double offsetX, double offsetY, double offsetZ, int amount, org.bukkit.Location center, boolean isLongRange, org.bukkit.entity.Player owner)Displays a particle effect which requires additional data and is only visible for all players within a certain range in the world of @param centervoiddisplay(ParticleEffect particleEffect, org.bukkit.Material spawnMaterial, double offsetX, double offsetY, double offsetZ, double speed, int amount, org.bukkit.Location center, boolean isLongRange, org.bukkit.entity.Player owner)Displays a particle effect which requires additional data and is only visible for all players within a certain range in the world of @param centerMethods inherited from class dev.esophose.playerparticles.particles.spawning.ParticleSpawnercanSee, getPlayersInRange
- 
Constructor Details- 
SpigotParticleSpawnerpublic SpigotParticleSpawner()
 
- 
- 
Method Details- 
displaypublic void display(ParticleEffect particleEffect, double offsetX, double offsetY, double offsetZ, double speed, int amount, org.bukkit.Location center, boolean isLongRange, org.bukkit.entity.Player owner)Description copied from class:ParticleSpawnerDisplays a particle effect- Specified by:
- displayin class- ParticleSpawner
- Parameters:
- particleEffect- The particle type to display
- offsetX- Maximum distance particles can fly away from the center on the x-axis
- offsetY- Maximum distance particles can fly away from the center on the y-axis
- offsetZ- Maximum distance particles can fly away from the center on the z-axis
- speed- Display speed of the particles
- amount- Amount of particles
- center- Center location of the effect
- isLongRange- If the particle can be viewed from long range
- owner- The player that owns the particles
 
- 
displaypublic void display(ParticleEffect particleEffect, ParticleColor color, org.bukkit.Location center, boolean isLongRange, org.bukkit.entity.Player owner, float size)Description copied from class:ParticleSpawnerDisplays a single particle which is colored- Specified by:
- displayin class- ParticleSpawner
- Parameters:
- particleEffect- The particle type to display
- color- Color of the particle
- center- Center location of the effect
- isLongRange- If the particle can be viewed from long range
- owner- The player that owns the particles
- size- The size of the particle
 
- 
displaypublic void display(ParticleEffect particleEffect, org.bukkit.Material spawnMaterial, double offsetX, double offsetY, double offsetZ, double speed, int amount, org.bukkit.Location center, boolean isLongRange, org.bukkit.entity.Player owner)Description copied from class:ParticleSpawnerDisplays a particle effect which requires additional data and is only visible for all players within a certain range in the world of @param center- Specified by:
- displayin class- ParticleSpawner
- Parameters:
- particleEffect- The particle type to display
- spawnMaterial- Material of the effect
- offsetX- Maximum distance particles can fly away from the center on the x-axis
- offsetY- Maximum distance particles can fly away from the center on the y-axis
- offsetZ- Maximum distance particles can fly away from the center on the z-axis
- speed- Display speed of the particles
- amount- Amount of particles
- center- Center location of the effect
- isLongRange- If the particle can be viewed from long range
- owner- The player that owns the particles
 
- 
displaypublic void display(ParticleEffect particleEffect, ColorTransition colorTransition, double offsetX, double offsetY, double offsetZ, int amount, org.bukkit.Location center, boolean isLongRange, org.bukkit.entity.Player owner, float size)Description copied from class:ParticleSpawnerDisplays a particle effect which requires additional data and is only visible for all players within a certain range in the world of @param center- Specified by:
- displayin class- ParticleSpawner
- Parameters:
- particleEffect- The particle type to display
- colorTransition- Color transition of the effect
- offsetX- Maximum distance particles can fly away from the center on the x-axis
- offsetY- Maximum distance particles can fly away from the center on the y-axis
- offsetZ- Maximum distance particles can fly away from the center on the z-axis
- amount- Amount of particles
- center- Center location of the effect
- isLongRange- If the particle can be viewed from long range
- owner- The player that owns the particles
- size- The size of the particles
 
- 
displaypublic void display(ParticleEffect particleEffect, Vibration vibration, double offsetX, double offsetY, double offsetZ, int amount, org.bukkit.Location center, boolean isLongRange, org.bukkit.entity.Player owner)Description copied from class:ParticleSpawnerDisplays a particle effect which requires additional data and is only visible for all players within a certain range in the world of @param center- Specified by:
- displayin class- ParticleSpawner
- Parameters:
- particleEffect- The particle type to display
- vibration- Vibration of the effect
- offsetX- Maximum distance particles can fly away from the center on the x-axis
- offsetY- Maximum distance particles can fly away from the center on the y-axis
- offsetZ- Maximum distance particles can fly away from the center on the z-axis
- amount- Amount of particles
- center- Center location of the effect
- isLongRange- If the particle can be viewed from long range
- owner- The player that owns the particles
 
 
-