Package buildcraft.energy.render

Examples of buildcraft.energy.render.EntityDropParticleFX


      double px = x + rand.nextFloat();
      double py = y - 1.05D;
      double pz = z + rand.nextFloat();

      EntityFX fx = new EntityDropParticleFX(world, px, py, pz, particleRed, particleGreen, particleBlue);
      FMLClientHandler.instance().getClient().effectRenderer.addEffect(fx);
    }
  }
View Full Code Here

TOP

Related Classes of buildcraft.energy.render.EntityDropParticleFX

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.