Package com.l2jfrozen.gameserver.model.actor.instance

Examples of com.l2jfrozen.gameserver.model.actor.instance.L2ItemInstance.spawnMe()


  {
    L2ItemInstance i;

    // Init the dropped L2ItemInstance and add it in the world as a visible object at the position where mob was last
    i = ItemTable.getInstance().createItem("Combat", _itemId, 1, null, null);
    i.spawnMe(_location.getX(), _location.getY(), _location.getZ());
    itemInstance = i;
    i = null;
  }

  public synchronized void unSpawnMe()
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.