Skip to content

Developer Particle

ludgart edited this page Nov 12, 2020 · 1 revision

Developer Particle

With the CompatibleParticleHandler you can spawn without headache particles.

Spawn Particles

CompatibleParticleHandler.spawnParticles(CompatibleParticleHandler.ParticleType.CLOUD, player.getLocation(), 20);

Redstone Particles

CompatibleParticleHandler.redstoneParticles(player.getLocation(), 255, 255, 255);

Information

Server Owner

Developer

Clone this wiki locally