Examples of nextTextureIndexX()


Examples of net.minecraft.client.particle.EntityFX.nextTextureIndexX()

      fx = new EntityCritFX(w, x, y, z, 0D, 0D, 0D);
    else if(s.equals("magicCrit"))
    {
      fx = new EntityCritFX(w, x, y, z, 0D, 0D, 0D);
      fx.setRBGColorF(fx.getRedColorF() * 0.3F, fx.getGreenColorF() * 0.8F, fx.getBlueColorF());
            fx.nextTextureIndexX();
    }
    else if(s.equals("smoke"))
      fx = new EntitySmokeFX(w, x, y, z, 0D, 0D, 0D);
    else if(s.equals("mobSpell"))
    {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.