Class ParticleDamage

All Implemented Interfaces:
IParticle

public class ParticleDamage extends TravellingParticle
  • Constructor Details

    • ParticleDamage

      public ParticleDamage(org.bukkit.Location toGo, double offsetX, double offsetY, double offsetZ, int count)
    • ParticleDamage

      public ParticleDamage(org.bukkit.util.Vector velocity, double offsetX, double offsetY, double offsetZ, int count)
    • ParticleDamage

      public ParticleDamage(org.bukkit.Location toGo, double offsetX, double offsetY, double offsetZ)
    • ParticleDamage

      public ParticleDamage(org.bukkit.util.Vector velocity, double offsetX, double offsetY, double offsetZ)
    • ParticleDamage

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

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

      public ParticleDamage(int count)
    • ParticleDamage

      public ParticleDamage(org.bukkit.Location toGo)
    • ParticleDamage

      public ParticleDamage(org.bukkit.util.Vector velocity)
    • ParticleDamage

      public ParticleDamage()
  • Method Details