Package lineage2.gameserver.model.items.attachment

Examples of lineage2.gameserver.model.items.attachment.PickableAttachment.pickUp()


    Log.LogItem(this, log, item);
    sendPacket(SystemMessage2.obtainItems(item));
    getInventory().addItem(item);
    if (attachment != null)
    {
      attachment.pickUp(this);
    }
    sendChanges();
    return true;
  }
 
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.