Class ParticleItemBreak

All Implemented Interfaces:
IParticle, MaterialParticle

public class ParticleItemBreak extends TravellingParticle implements MaterialParticle
this particle can have any material, regardless of if it can break or not
however, the speed of this particle is inconsistent
  • Constructor Details

    • ParticleItemBreak

      public ParticleItemBreak(org.bukkit.Material material, org.bukkit.util.Vector velocity, double offsetX, double offsetY, double offsetZ, int count)
      See Also:
    • ParticleItemBreak

      public ParticleItemBreak(org.bukkit.Material material, org.bukkit.Location toGo, double offsetX, double offsetY, double offsetZ, int count)
      See Also:
    • ParticleItemBreak

      public ParticleItemBreak(org.bukkit.util.Vector velocity, double offsetX, double offsetY, double offsetZ, int count)
      See Also:
    • ParticleItemBreak

      public ParticleItemBreak(org.bukkit.Location toGo, double offsetX, double offsetY, double offsetZ, int count)
      See Also:
    • ParticleItemBreak

      public ParticleItemBreak(org.bukkit.Material material, double offsetX, double offsetY, double offsetZ, int count)
      See Also:
    • ParticleItemBreak

      public ParticleItemBreak(org.bukkit.Material material, org.bukkit.util.Vector velocity, double offsetX, double offsetY, double offsetZ)
      See Also:
    • ParticleItemBreak

      public ParticleItemBreak(org.bukkit.Material material, org.bukkit.Location toGo, double offsetX, double offsetY, double offsetZ)
      See Also:
    • ParticleItemBreak

      public ParticleItemBreak(org.bukkit.util.Vector velocity, double offsetX, double offsetY, double offsetZ)
      See Also:
    • ParticleItemBreak

      public ParticleItemBreak(org.bukkit.Location toGo, double offsetX, double offsetY, double offsetZ)
      See Also:
    • ParticleItemBreak

      public ParticleItemBreak(org.bukkit.Material material, double offsetX, double offsetY, double offsetZ)
      See Also:
    • ParticleItemBreak

      public ParticleItemBreak(org.bukkit.Material material, org.bukkit.util.Vector velocity, int count)
      See Also:
    • ParticleItemBreak

      public ParticleItemBreak(org.bukkit.Material material, org.bukkit.Location toGo, int count)
      See Also:
    • ParticleItemBreak

      public ParticleItemBreak(org.bukkit.util.Vector velocity, int count)
      See Also:
    • ParticleItemBreak

      public ParticleItemBreak(org.bukkit.Location toGo, int count)
      See Also:
    • ParticleItemBreak

      public ParticleItemBreak(org.bukkit.Material material, int count)
      See Also:
    • ParticleItemBreak

      public ParticleItemBreak(org.bukkit.Material material, org.bukkit.util.Vector velocity)
      See Also:
    • ParticleItemBreak

      public ParticleItemBreak(org.bukkit.Material material, org.bukkit.Location toGo)
      See Also:
    • ParticleItemBreak

      public ParticleItemBreak(org.bukkit.util.Vector velocity)
      See Also:
    • ParticleItemBreak

      public ParticleItemBreak(org.bukkit.Location toGo)
      See Also:
    • ParticleItemBreak

      public ParticleItemBreak(org.bukkit.Material material)
      See Also:
    • ParticleItemBreak

      public ParticleItemBreak()
      See Also:
  • Method Details