Class ParticleBubblePop

All Implemented Interfaces:
IParticle

public class ParticleBubblePop extends TravellingParticle
  • Constructor Details

    • ParticleBubblePop

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

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

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

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

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

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

      public ParticleBubblePop(int count)
    • ParticleBubblePop

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

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

      public ParticleBubblePop()
  • Method Details