Class ParticleTotem

All Implemented Interfaces:
IParticle

public class ParticleTotem extends TravellingParticle
  • Constructor Details

    • ParticleTotem

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

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

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

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

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

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

      public ParticleTotem(int count)
    • ParticleTotem

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

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

      public ParticleTotem()
  • Method Details