EffectLib Fountain - TheComputerGeek2/MagicSpells GitHub Wiki
Source Code
class: Fountain
Description:
This effect creates a fountain of particles shooting up in the sky.
Configuration:
Option |
Default |
type |
"repeating" |
particle |
"water_splash" |
period |
2 |
iterations |
100 |
Other:
Option |
Description |
Type |
Default |
strands |
Amount of strands. |
Integer |
10 |
particlesStrand |
Particles per iteration per strand. |
Integer |
100 |
particlesSpout |
Particles per iteration in the spout. |
Integer |
200 |
radius |
Radius of strands in blocks. |
Float |
5 |
radiusSpout |
Radius of spout as a fraction of the fountain. |
Float |
0.1 |
height |
Height of the fountain. |
Float |
3 |
heightSpout |
Height of the spout in blocks. |
Float |
7 |
rotation |
Rotation of the fountain on the Y-Axis. |
Double |
PI / 4 |