Package com.ngt.jopenmetaverse.shared.protocol

Examples of com.ngt.jopenmetaverse.shared.protocol.UpdateTaskInventoryPacket$UpdateDataBlock


  // DocTODO: what does the return UUID correlate to if anything?
  public UUID UpdateTaskInventory(long objectLocalID, InventoryItem item)
  {
    UUID transactionID = UUID.Random();

    UpdateTaskInventoryPacket update = new UpdateTaskInventoryPacket();
    update.AgentData.AgentID = Client.self.getAgentID();
    update.AgentData.SessionID = Client.self.getSessionID();
    update.UpdateData.Key = 0;
    update.UpdateData.LocalID = objectLocalID;
View Full Code Here

TOP

Related Classes of com.ngt.jopenmetaverse.shared.protocol.UpdateTaskInventoryPacket$UpdateDataBlock

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.