Package net.minecraft.client.particle

Examples of net.minecraft.client.particle.EntityNoteFX


      ((EntitySpellParticleFX)fx).setBaseSpellTextureIndex(144);
            float f = w.rand.nextFloat() * 0.5F + 0.35F;
            fx.setRBGColorF(1.0F * f, 0.0F * f, 1.0F * f);
    }
    else if(s.equals("note"))
      fx = new EntityNoteFX(w, x, y, z, 0D, 0D, 0D);
    else if(s.equals("portal"))
      fx = new EntityPortalFX(w, x, y, z, 0D, 0D, 0D);
    else if(s.equals("enchantmenttable"))
      fx = new EntityEnchantmentTableParticleFX(w, x, y, z, 0D, 0D, 0D);
    else if(s.equals("explode"))
View Full Code Here

TOP

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

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.