Package appeng.core.sync.packets

Examples of appeng.core.sync.packets.PacketMatterCannon


      pos = new MovingObjectPosition( entity );
    }

    try
    {
      CommonHelper.proxy.sendToAllNearExcept( null, d0, d1, d2, 128, w, new PacketMatterCannon( d0, d1, d2, (float) direction.xCoord,
          (float) direction.yCoord, (float) direction.zCoord, (byte) (pos == null ? 32 : pos.hitVec.squareDistanceTo( vec ) + 1) ) );

    }
    catch (Exception err)
    {
View Full Code Here


        pos = new MovingObjectPosition( entity );
      }

      try
      {
        CommonHelper.proxy.sendToAllNearExcept( null, d0, d1, d2, 128, w, new PacketMatterCannon( d0, d1, d2, (float) direction.xCoord,
            (float) direction.yCoord, (float) direction.zCoord, (byte) (pos == null ? 32 : pos.hitVec.squareDistanceTo( vec ) + 1) ) );

      }
      catch (Exception err)
      {
View Full Code Here

TOP

Related Classes of appeng.core.sync.packets.PacketMatterCannon

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.