Examples of NpcBattleField


Examples of org.pokenet.server.battle.impl.NpcBattleField

        if(!speech.equalsIgnoreCase("")) {
          TcpProtocolHandler.writeMessage(p.getTcpSession(), new NpcSpeechMessage(speech));
        }
        setLastBattleTime(System.currentTimeMillis());
        p.setBattling(true);
        p.setBattleField(new NpcBattleField(DataService.getBattleMechanics(), p, this));
        return;
      } else {
        p.setTalking(false);
        return;
      }
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.