Examples of swapPokemon()


Examples of org.pokenet.server.backend.entity.PlayerChar.swapPokemon()

          break;
        }
        break;
      case 's':
        //Party swapping
        p.swapPokemon(Integer.parseInt(message.substring(1, message.indexOf(','))),
            Integer.parseInt(message.substring(message.indexOf(',') + 1)));
        break;
      case 'S':
        //Shop interaction
        if(p.isShopping()) {
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.