Package appeng.core.sync.packets

Examples of appeng.core.sync.packets.PacketSwapSlots


          {
            for (Slot s : slots)
            {
              if ( s.getSlotIndex() == j && s.inventory == ((AEBaseContainer) inventorySlots).getPlayerInv() )
              {
                NetworkHandler.instance.sendToServer( new PacketSwapSlots( s.slotNumber, theSlot.slotNumber ) );
                return true;
              }
            }
          }
        }
View Full Code Here

TOP

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

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.