Class ArcEffect

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

public class ArcEffect extends Effect
  • Field Details

    • height

      public float height
      Height of the arc in blocks
    • particles

      public int particles
      Particles per arc
    • step

      protected int step
      Internal counter
  • Constructor Details

  • Method Details

    • reset

      public void reset()
      Description copied from class: Effect
      Effects should override this if they want to be reusable, this is called prior to starting so state can be reset.
      Overrides:
      reset in class Effect
    • onRun

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