Class ParticleSpit

All Implemented Interfaces:
IParticle

public class ParticleSpit extends TravellingParticle
  • Constructor Details

    • ParticleSpit

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

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

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

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

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

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

      public ParticleSpit(int count)
    • ParticleSpit

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

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

      public ParticleSpit()
  • Method Details