Package com.ngt.jopenmetaverse.shared.protocol

Examples of com.ngt.jopenmetaverse.shared.protocol.AgentCachedTexturePacket$AgentDataBlock


    }

    // Only send the packet out if there's something to check
    if (hashes.size() > 0)
    {
      AgentCachedTexturePacket cache = new AgentCachedTexturePacket();
      cache.AgentData.AgentID = Client.self.getAgentID();
      cache.AgentData.SessionID = Client.self.getSessionID();
      cache.AgentData.SerialNum = CacheCheckSerialNum.incrementAndGet();

      cache.WearableData = hashes.toArray(new WearableDataBlock[0]);
View Full Code Here

TOP

Related Classes of com.ngt.jopenmetaverse.shared.protocol.AgentCachedTexturePacket$AgentDataBlock

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.