Package org.jpokemon.battle.activity

Examples of org.jpokemon.battle.activity.BuildTurnActivity


  }

  @Override
  public void onReturn(Activity activity, Player player) {
    if (activity instanceof BuildTurnActivity) {
      BuildTurnActivity bta = (BuildTurnActivity) activity;
      Turn turn = bta.getTurn();
      addTurn(turn);

      JSONObject json = generateJson();
      for (Slot slot : this) {
        if (slot.trainer() instanceof Player) {
View Full Code Here

TOP

Related Classes of org.jpokemon.battle.activity.BuildTurnActivity

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.