Class ParticleCloud

All Implemented Interfaces:
IParticle

public class ParticleCloud extends TravellingParticle
  • Constructor Details

    • ParticleCloud

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

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

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

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

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

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

      public ParticleCloud(int count)
    • ParticleCloud

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

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

      public ParticleCloud()
  • Method Details