Class ParticleBlockDust

java.lang.Object
hm.zelha.particlesfx.particles.parents.Particle
hm.zelha.particlesfx.particles.ParticleBlockDust
All Implemented Interfaces:
IParticle, MaterialParticle

public class ParticleBlockDust extends Particle implements MaterialParticle
  • Constructor Details

    • ParticleBlockDust

      public ParticleBlockDust(org.bukkit.Material material, double offsetX, double offsetY, double offsetZ, int count)
    • ParticleBlockDust

      public ParticleBlockDust(double offsetX, double offsetY, double offsetZ, int count)
    • ParticleBlockDust

      public ParticleBlockDust(org.bukkit.Material material, double offsetX, double offsetY, double offsetZ)
    • ParticleBlockDust

      public ParticleBlockDust(double offsetX, double offsetY, double offsetZ)
    • ParticleBlockDust

      public ParticleBlockDust(org.bukkit.Material material, int count)
    • ParticleBlockDust

      public ParticleBlockDust(org.bukkit.Material material)
    • ParticleBlockDust

      public ParticleBlockDust(int count)
    • ParticleBlockDust

      public ParticleBlockDust()
  • Method Details