Examples of MatterCannonFX


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