Package appeng.client.render.effects

Examples of appeng.client.render.effects.LightningArcFX


    }
  }

  private void spawnLightningArc(World worldObj, double posX, double posY, double posZ, Vec3 second)
  {
    LightningFX fx = new LightningArcFX( worldObj, posX, posY, posZ, second.xCoord, second.yCoord, second.zCoord, 0.0f, 0.0f, 0.0f );
    Minecraft.getMinecraft().effectRenderer.addEffect( fx );
  }
View Full Code Here

TOP

Related Classes of appeng.client.render.effects.LightningArcFX

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.