Skip to content

Particle

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