Class ParticleVault

All Implemented Interfaces:
IParticle

public class ParticleVault extends TravellingParticle
  • Constructor Details

    • ParticleVault

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

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

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

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

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

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

      public ParticleVault(int count)
    • ParticleVault

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

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

      public ParticleVault()
  • Method Details

    • inherit

      public ParticleVault inherit(Particle particle)
      Specified by:
      inherit in interface IParticle
      Overrides:
      inherit in class TravellingParticle
      Parameters:
      particle - particle for this object to copy data from
      Returns:
      this object
    • clone

      public ParticleVault clone()
      Specified by:
      clone in interface IParticle
      Specified by:
      clone in class TravellingParticle
    • getXYZ

      protected org.bukkit.util.Vector getXYZ(org.bukkit.Location location)
      Description copied from class: Particle
      Meant to be overridden by child classes to modify the X/Y/Z values of the packet sent to the player.
      Overrides:
      getXYZ in class TravellingParticle
      Parameters:
      location - the location passed into the display method
      Returns:
      the xyzHelper with the modified X/Y/Z values
    • getOffsets

      protected org.bukkit.util.Vector getOffsets(org.bukkit.Location location)
      Description copied from class: Particle
      Meant to be overridden by child classes to modify the offset values of the packet sent to the player.
      Overrides:
      getOffsets in class TravellingParticle
      Parameters:
      location - the location passed into the display method
      Returns:
      the offsetHelper with the modified offset values