Class ParticleEnderSignal

java.lang.Object
hm.zelha.particlesfx.particles.parents.Particle
hm.zelha.particlesfx.particles.ParticleEnderSignal
All Implemented Interfaces:
IParticle

public class ParticleEnderSignal extends Particle
while this effect is really cool, it summons around 30 particles per effect.

since Effect.ENDER_SIGNAL is Type.VISUAL, the radius, speed, and offsets are unused internally, and the default radius is quite small.

Type.VISUAL effects are also locked to specific coordinates of the block they're played on because their packet uses BlockPosition
  • Constructor Details

  • Method Details

    • inherit

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

      public ParticleEnderSignal clone()
      Specified by:
      clone in interface IParticle
      Specified by:
      clone in class Particle
    • getStrangePacket

      protected net.minecraft.network.protocol.Packet getStrangePacket(org.bukkit.Location location)
      Description copied from class: Particle
      Meant to be overridden by child classes when a different packet is needed to display the particle.
      Overrides:
      getStrangePacket in class Particle
      Parameters:
      location - the location passed into the display method
      Returns:
      the different packet