Package net.minecraft.client.particle

Examples of net.minecraft.client.particle.EntitySuspendFX


    else if(s.equals("fireworksSpark"))
      fx = new EntityFireworkSparkFX(w, x, y, z, 0D, 0D, 0D, mc.effectRenderer);
    else if(s.equals("bubble"))
      fx = new EntityBubbleFX(w, x, y, z, 0D, 0D, 0D);
    else if(s.equals("suspended"))
      fx = new EntitySuspendFX(w, x, y, z, 0D, 0D, 0D);
    else if(s.equals("depthsuspend"))
      fx = new EntityAuraFX(w, x, y, z, 0D, 0D, 0D);
    else if(s.equals("townaura"))
      fx = new EntityAuraFX(w, x, y, z, 0D, 0D, 0D);
    else if(s.equals("crit"))
View Full Code Here

TOP

Related Classes of net.minecraft.client.particle.EntitySuspendFX

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.