[LIB] Particle Effects 1.7.2

Discussion in 'Resources' started by Minnymin3, Dec 1, 2013.

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

    Minnymin3

    I've updated my particle effects library to 1.7.2 and thought that other people may want to use it so here it is! https://gist.github.com/minnymin3/7737051

    How To Use:
    To use this lib, all you need to do is call the sendToLocation() or sendToPlayer() methods:
    Code:java
    1.  
    2.  
    3.  
    4. ParticleEffects.sendToLocation(ParticleEffects.ENDER, location, 1.0F, 1.0F, 1.0F, 0, 20);
    5. // This will spawn the ender portal particle effect at location with a range of 1 on the x, y and z axis.
    6. // The second last argument is the speed (or colour) of certain particles (one colour being REDSTONE_DUST)
    7. // The last argument is the number of particles to spawn
    8.  
     
    LaoTheLizard, phondeux and NathanG_ like this.
  2. Offline

    xTrollxDudex

    Minnymin3
    There's like a hundred of these already :p
     
  3. Offline

    Minnymin3

    Not for 1.7 though :D
     
  4. Offline

    xTrollxDudex

    True...
     
  5. Offline

    chasechocolate

    Minnymin3 with the new packet name changes would you happen to have a list that has the new names? I'm going to need to change all my plugins that use packets, then :/
     
  6. Offline

    Ivan

    Please Bukkit have a legacy version of this ._.
     
Thread Status:
Not open for further replies.

Share This Page