Class ParticleFlameSmall

All Implemented Interfaces:
IParticle

public class ParticleFlameSmall extends TravellingParticle
  • Constructor Details

    • ParticleFlameSmall

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

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

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

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

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

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

      public ParticleFlameSmall(int count)
    • ParticleFlameSmall

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

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

      public ParticleFlameSmall()
  • Method Details