#get color of redstone particle from a particle variable

1 messages · Page 1 of 1 (latest)

novel sleet
#

.

prime kettle
#

What do you mean by you have a Particle?

#

Particle is an Enum and Particles are only rendered client side. they don;t exist on the server

novel sleet
#

with my plugin you can customize the particle of a line which has its own features but that doesnt mean anything i then get the particle of the line, if its a redstone particle i want to get the color of the particle

prime kettle
#

You can;t get a Particle, they are client side

novel sleet
#

rip thats rly anoying

#

but wdym you cant get them

#

im using effectlib to draw a line im using effect.particle to get the particle so i do have the particle

prime kettle
#

they don;t exist on teh server. You create them with teh spawnParticle and that just sends packets to the client. They never exist as anything you can touch or access on the server.

#

I've no idea what effectLib is

#

If this effectLib is giving you a reference to some particle object its not anything spigot. It will be specific to that lib