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); // created a new HParticle which uses "HEART" particle as template
HCore.playParticle(player, player.getLocation(), myParticle); // played the particle at player's location
Clone this wiki locally