Package games.stendhal.server.maps.quests.logic

Examples of games.stendhal.server.maps.quests.logic.BringListOfItemsQuestLogic


  }


  private void setupAbstractQuest() {
    final BringListOfItemsQuest concreteQuest = this;
    bringItems = new BringListOfItemsQuestLogic(concreteQuest);
    bringItems.addToWorld();
  }
View Full Code Here


    setupAbstractQuest();
  }

  private void setupAbstractQuest() {
    final BringListOfItemsQuest concreteQuest = this;
    bringItems = new BringListOfItemsQuestLogic(concreteQuest);
    bringItems.addToWorld();
  }
View Full Code Here

      return res;
  }

  private void setupAbstractQuest() {
    final BringListOfItemsQuest concreteQuest = this;
    bringItems = new BringListOfItemsQuestLogic(concreteQuest);
    bringItems.addToWorld();
  }
View Full Code Here

    return bringItems.getHistory(player);
  }

  private void setupAbstractQuest() {
    final BringListOfItemsQuest concreteQuest = this;
    bringItems = new BringListOfItemsQuestLogic(concreteQuest);
    bringItems.addToWorld();
  }
View Full Code Here

TOP

Related Classes of games.stendhal.server.maps.quests.logic.BringListOfItemsQuestLogic

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.