Class SphereEffect

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

public class SphereEffect extends Effect
  • Field Details

    • radius

      public double radius
      Radius of the sphere
    • yOffset

      public double yOffset
      Y-Offset of the sphere
    • particles

      public int particles
      Particles to display
    • radiusIncrease

      public double radiusIncrease
      Amount to increase the radius per tick
    • particleIncrease

      public int particleIncrease
  • Constructor Details

    • SphereEffect

      public SphereEffect(EffectManager effectManager)
  • Method Details

    • onRun

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