Class DiscoBallEffect

java.lang.Object
de.slikey.effectlib.Effect
de.slikey.effectlib.effect.DiscoBallEffect
All Implemented Interfaces:
Runnable

public class DiscoBallEffect extends Effect
  • Field Details

    • sphereRadius

      public float sphereRadius
      Radius of the sphere
    • max

      public int max
      Min and max sizes of the lines
    • sphereParticle

      public org.bukkit.Particle sphereParticle
      Particle of the sphere and of the lines
    • lineParticle

      public org.bukkit.Particle lineParticle
    • sphereColor

      public org.bukkit.Color sphereColor
    • lineColor

      public org.bukkit.Color lineColor
    • maxLines

      public int maxLines
      Max number of lines
    • lineParticles

      public int lineParticles
      Max number of particles per line
    • sphereParticles

      public int sphereParticles
    • direction

      public DiscoBallEffect.Direction direction
      Direction of the lines
  • Constructor Details

    • DiscoBallEffect

      public DiscoBallEffect(EffectManager manager)
  • Method Details

    • onRun

      public void onRun()
      Specified by:
      onRun in class Effect