Class StarEffect

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

public class StarEffect extends Effect
  • Field Details

    • particles

      public int particles
      Particles per spike
    • spikeHeight

      public float spikeHeight
      Height of the spikes in blocks
    • spikesHalf

      public int spikesHalf
      Half amount of spikes. Creation is only done half and then mirrored.
    • innerRadius

      public float innerRadius
      Inner radius of the star. (0.5)
  • Constructor Details

  • Method Details

    • onRun

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