Class ParticleSquidInk

All Implemented Interfaces:
IParticle

public class ParticleSquidInk extends TravellingParticle
  • Constructor Details

    • ParticleSquidInk

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

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

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

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

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

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

      public ParticleSquidInk(int count)
    • ParticleSquidInk

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

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

      public ParticleSquidInk()
  • Method Details