Class ExplodeEffect

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

public class ExplodeEffect extends Effect
  • Field Details

    • particle1

      public org.bukkit.Particle particle1
    • particle2

      public org.bukkit.Particle particle2
    • amount

      public int amount
      Amount of spawned smoke-sparks
    • sound

      public org.bukkit.Sound sound
  • Constructor Details

    • ExplodeEffect

      public ExplodeEffect(EffectManager effectManager)
  • Method Details

    • onRun

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