Package appeng.client.render.effects

Examples of appeng.client.render.effects.MatterCannonFX


    {

      World world = FMLClientHandler.instance().getClient().theWorld;
      for (int a = 1; a < len; a++)
      {
        MatterCannonFX fx = new MatterCannonFX( world, x + dx * a, y + dy * a, z + dz * a, Items.diamond );

        Minecraft.getMinecraft().effectRenderer.addEffect( fx );
      }
    }
    catch (Exception ignored)
View Full Code Here

TOP

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

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.