Skip to content
This repository was archived by the owner on Sep 23, 2019. It is now read-only.

Particle Effect

Florian Metz edited this page Aug 7, 2018 · 1 revision

ParticleEffect

Represents a particle effect item for code blocks.

Syntax

plot.ParticleEffect(particleName);

Example

game.createParticleLine(plot.ParticleEffect("flame"), plot.Location(0, 50, 0), plot.Location(50, 50, 50);

Effect List

smoke, largeSmoke, flame, villagerAngry, villagerHappy, heart, note, fireworkSparkles, lava, barrier, explosionSmall, explosionLarge, explosionHuge, dripLava, dripWater, dragonBreath, slime, portal, runes, redstone, crit, critMagic, heartsDamage, cloud, spit, totem, footstep, witchMagic, townAura

Clone this wiki locally