PacketPlayOutWorldParticles arguments?

Discussion in 'Plugin Development' started by AGuyWhoSkis, Nov 22, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    AGuyWhoSkis

    Hey guys, I'm trying to make a small API for spawning in particles. I have been looking here for information, but there's a slight hiccup; I'm not sure what the arguments for the PacketPlayOutWorldParticles packet are. wiki.vg is saying that the arguments are (int, boolean, float, float, float, float, float, float, float, int, int[]), but in Eclipse it is saying that these are the arguments.

    Does anyone know the arguments I should be using? And what each argument does?
     
    Europia79 likes this.
  2. Offline

    Dragonphase

    AGuyWhoSkis likes this.
  3. Offline

    xTrollxDudex

    As far as I can tell, there is no difference
     
    teej107 likes this.
  4. Offline

    AGuyWhoSkis

  5. Offline

    Bloxcraft


    Arguments are type, x, y ,z, radiusX, radiusY, radiusZ, speed/data, amount

    There's no seed like in the link.
     
  6. Offline

    ROTN

    Europia79 likes this.
Thread Status:
Not open for further replies.

Share This Page