Package com.ngt.jopenmetaverse.shared.protocol

Examples of com.ngt.jopenmetaverse.shared.protocol.KillObjectPacket$ObjectDataBlock


  protected void KillObjectHandler(Object sender, PacketReceivedEventArgs e)
  {
    Packet packet = e.getPacket();
    Simulator simulator = e.getSimulator();

    KillObjectPacket kill = (KillObjectPacket)packet;

    // Notify first, so that handler has a chance to get a
    // reference from the ObjectTracker to the object being killed
    for (int i = 0; i < kill.ObjectData.length; i++)
    {
View Full Code Here

TOP

Related Classes of com.ngt.jopenmetaverse.shared.protocol.KillObjectPacket$ObjectDataBlock

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.