Examples of LightningArcFX


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
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.