EffectLib Wave - TheComputerGeek2/MagicSpells GitHub Wiki

Source Code

class: Wave

Description:

This effect creates a wavy horizontal plane.

Configuration:

Overridden:

Option Default
type "repeating"
period 5
iterations 50

Other:

Option Description Type Default
mainParticle Particle "drip_water"
cloudParticle Particle "cloud"
cloudColor Color
velocity Velocity of the wave. Format: x,y,z. String
particlesFront Amount of particles forming the tube. Integer 10
particlesBack Amount of particles forming the back. Integer 10
rows Rows to build the wave in the width. Integer 20
lengthFront The distance from the origin location to the first point of the wave. Float 1.5
lengthBack The distance from the origin location to the last point of the wave. Float 3
depthFront Depth of the parabola tube. Float 1
heightBack Height of the parabola arc forming the back. Float 0.5
height Height of the wave in blocks. Float 2
width Width of the wave in blocks. Float 5