Skip to content

Particle

RIN edited this page Apr 19, 2022 · 3 revisions

How To Use

Particle System

With this feature you can easily play client-side particles.

Example

HParticle myParticle = new HParticle("HEART", 30, 0.2, new Vector(0.3, 0.3, 0.3);
HCore.playParticle(player, player.getLocation(), myParticle);
Clone this wiki locally