Class FountainEffect

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

public class FountainEffect extends Effect
  • Field Details

    • strands

      public int strands
      Amount of strands (10)
    • particlesStrand

      public int particlesStrand
      Particles per iteration per strand (100)
    • particlesSpout

      public int particlesSpout
      Particles per iteration in the spout
    • radius

      public float radius
      Radius of strands in blocks
    • radiusSpout

      public float radiusSpout
      Radius of spout as a fraction of the fountain (0.1)
    • height

      public float height
      Height of the fountain
    • heightSpout

      public float heightSpout
      Height of the spout in blocks
    • rotation

      public double rotation
      Rotation of the fountain on the Y-Axis (Fraction of PI)
  • Constructor Details

    • FountainEffect

      public FountainEffect(EffectManager effectManager)
  • Method Details

    • onRun

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