Class ParticleBlockMarker

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

public class ParticleBlockMarker extends Particle implements MaterialParticle
  • Constructor Details

    • ParticleBlockMarker

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

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

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

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

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

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

      public ParticleBlockMarker(int count)
    • ParticleBlockMarker

      public ParticleBlockMarker()
  • Method Details