Package com.l2client.network.game.ClientPackets

Examples of com.l2client.network.game.ClientPackets.Say


    if (type == 2) {
      tgt = msg.substring(0, index);
    }

    Singleton.get().getClientFacade().sendGamePacket(new Say(type, text, tgt));
    log.finest("Sending chat message of type:" + type + " text:" + text
        + " target:" + tgt);
  }
View Full Code Here

TOP

Related Classes of com.l2client.network.game.ClientPackets.Say

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.