Package extracells.network.packet

Examples of extracells.network.packet.PacketBusFluidStorage


      if (!textFieldPriority.getText().isEmpty())
      {
        try
        {
          int priority = Integer.valueOf(textFieldPriority.getText());
          PacketDispatcher.sendPacketToServer(new PacketBusFluidStorage(world, tileentity.xCoord, tileentity.yCoord, tileentity.zCoord, priority).makePacket());
        } catch (NumberFormatException e)
        {
        }

      }
View Full Code Here

TOP

Related Classes of extracells.network.packet.PacketBusFluidStorage

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.