Package com.ngt.jopenmetaverse.shared.sim.inventory

Examples of com.ngt.jopenmetaverse.shared.sim.inventory.Inventory


      boolean redirect, String message, String reason, LoginResponseData replyData)
  {
    if (loginSuccess)
    {
      // Initialize the store here so we know who owns it:
      _Store = new Inventory(Client, this, replyData.AgentID);
      JLogger.debug("Setting InventoryRoot to " + replyData.InventoryRoot.toString());
      InventoryFolder rootFolder = new InventoryFolder(replyData.InventoryRoot);
      rootFolder.Name = "";
      rootFolder.ParentUUID = UUID.Zero;
      _Store.setRootFolder(rootFolder);
View Full Code Here

TOP

Related Classes of com.ngt.jopenmetaverse.shared.sim.inventory.Inventory

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.