Class ShieldEffect

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

public class ShieldEffect extends Effect
  • Field Details

    • radius

      public double radius
      Radius of the shield
    • particles

      public int particles
      Particles to display
    • sphere

      public boolean sphere
      Set to false for a half-sphere and true for a complete sphere
    • reverse

      public boolean reverse
  • Constructor Details

    • ShieldEffect

      public ShieldEffect(EffectManager effectManager)
  • Method Details

    • onRun

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