Package abo.network

Examples of abo.network.PacketFluidSlotChange


      container.pipe.fluids[fluidSlot.nr] = fluids.get(fluidSlot.fluid);

      container.detectAndSendChanges();

      if (container.pipe.container.worldObj.isRemote) {
        PacketFluidSlotChange packet = new PacketFluidSlotChange(container.pipe.container.xCoord, container.pipe.container.yCoord, container.pipe.container.zCoord, fluidSlot.nr,
            fluidSlot.fluid);
        ABOProxy.proxy.sendToServer(packet.getPacket());
      }
    }

  }
View Full Code Here

TOP

Related Classes of abo.network.PacketFluidSlotChange

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.