Package org.pokenet.server.battle

Examples of org.pokenet.server.battle.Pokemon.reinitialise()


              data.getInt("ppUp0"),
              data.getInt("ppUp1"),
              data.getInt("ppUp2"),
              data.getInt("ppUp3")
            });
        p.reinitialise();
        /*
         * Set exp, nickname, isShiny and exp gain type
         */
        p.setBaseExp(data.getInt("baseExp"));
        p.setExp(Double.parseDouble(data.getString("exp")));
 
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.