Package net.minecraft.client.particle

Examples of net.minecraft.client.particle.EntityPortalFX


            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"))
      fx = new EntityExplodeFX(w, x, y, z, 0D, 0D, 0D);
    else if(s.equals("flame"))
View Full Code Here

TOP

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

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.