Class HillEffect

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

public class HillEffect extends Effect
Taken from http://en.wikipedia.org/wiki/Torus
Author:
Kevin
  • Field Details

    • height

      public float height
      Height of the hill in blocks
    • particles

      public float particles
      Amount of particles per row
    • edgeLength

      public float edgeLength
      Length of the edge
    • yRotation

      public double yRotation
      Rotation of the Hill
  • Constructor Details

  • Method Details

    • onRun

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