Circle Effect
2D circular effect, starting at one position and progressing around the circle.
{ "type": "CIRCLE", "particle": { "type": "minecraft:happy_villager" }, "speed": 1, "start_delay": 0, "end_delay": 0, "offset": { "x": 0.0, "y": 1.0, "z": 0.0 }, "radius": 1.0, "points": 20, "phase": 0.0, "clockwise": true, "strands": 1, "rotation": { "x": 0.0, "y": 0.0, "z": 0.0 }}Inherited
Section titled “Inherited”All Particle Effect Types inherit a base set of options. See Particle Effect Options for more information.
Radius
Section titled “Radius”The radius of the circle.
"radius": 1.0Points
Section titled “Points”The number of points to create around the circle.
"points": 20The starting angle (in radians) around the circle.
"phase": 0.0Clockwise
Section titled “Clockwise”Whether the effect should progress clockwise (true) or counter-clockwise (false).
"clockwise": trueStrands
Section titled “Strands”The number of strands to create around the circle. Each strand will be evenly spaced around the circle
"strands": 1Rotation
Section titled “Rotation”The rotation of the entire circle effect around each axis (in degrees).
"rotation": { "x": 0.0, "y": 0.0, "z": 0.0}