Package org.pokenet.server.network.message

Examples of org.pokenet.server.network.message.SpriteSelectMessage


        }
      }
      /* If this NPC is a sprite selection npc */
      if(m_name.equalsIgnoreCase("Spriter")) {
        p.setSpriting(true);
        TcpProtocolHandler.writeMessage(p.getTcpSession(), new SpriteSelectMessage());
        return;
      }
      /* Box access */
      if(m_isBox) {
        //Send the data for the player's first box, they may change this later
View Full Code Here

TOP

Related Classes of org.pokenet.server.network.message.SpriteSelectMessage

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.