Class ParticleAnimation

java.lang.Object
dk.lockfuglsang.minecraft.animation.ParticleAnimation
All Implemented Interfaces:
Animation

public class ParticleAnimation extends Object implements Animation
An animation using particles (requires refreshes).
  • Constructor Details

    • ParticleAnimation

      public ParticleAnimation(org.bukkit.entity.Player player, List<org.bukkit.Location> points, org.bukkit.Particle particle, int animCount)
  • Method Details

    • show

      public boolean show()
      Specified by:
      show in interface Animation
    • hide

      public boolean hide()
      Specified by:
      hide in interface Animation
    • getPlayer

      public org.bukkit.entity.Player getPlayer()
      Specified by:
      getPlayer in interface Animation