Examples of executeTurn()


Examples of org.pokenet.server.battle.mechanics.statuses.StatusEffect.executeTurn()

    while (i.hasNext()) {
      StatusEffect j = i.next();
      if ((j == null) || !j.isActive()) {
        continue;
      }
      j.executeTurn(this, turn);
    }
  }

  /**
   * Return whether it is the pokemon's first turn out.
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.