Examples of MapBlockReplyPacket


Examples of com.ngt.jopenmetaverse.shared.protocol.MapBlockReplyPacket

  /// <summary>Process an incoming packet and raise the appropriate events</summary>
  /// <param name="sender">The sender</param>
  /// <param name="e">The EventArgs object containing the packet data</param>
  protected void MapBlockReplyHandler(Object sender, PacketReceivedEventArgs e) throws UnsupportedEncodingException
  {
    MapBlockReplyPacket map = (MapBlockReplyPacket)e.getPacket();

    for (MapBlockReplyPacket.DataBlock block :map.Data)
    {
      if (block.X != 0 && block.Y != 0)
      {
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.