Uses of Class
marauroa.common.Pair
Packages that use Pair
Package
Description
(C) Copyright 2023 - Stendhal *
*
This program is free software; you can redistribute it and/or modify *
it under the terms of the GNU General Public License as published by *
the Free Software Foundation; either version 2 of the License, or *
(at your option) any later version.
high level database access.
-
Uses of Pair in games.stendhal.server.core.pathfinder
Fields in games.stendhal.server.core.pathfinder with type parameters of type PairModifier and TypeFieldDescriptionFixedPath.suspensionsPositions in the entity's path where it will suspend for a determined amount of turns.Methods in games.stendhal.server.core.pathfinder that return Pair -
Uses of Pair in games.stendhal.server.core.reflectiondebugger
Methods in games.stendhal.server.core.reflectiondebugger that return types with arguments of type Pair -
Uses of Pair in games.stendhal.server.core.rp
Methods in games.stendhal.server.core.rp with parameters of type PairModifier and TypeMethodDescriptionvoidWeatherUpdater.updateAndNotify(StendhalRPZone zone, Pair<String, Boolean> weather) Update a zone's weather attribute for debugging, and notify players of the changes. -
Uses of Pair in games.stendhal.server.entity.npc
Method parameters in games.stendhal.server.entity.npc with type arguments of type Pair -
Uses of Pair in games.stendhal.server.entity.npc.action
Method parameters in games.stendhal.server.entity.npc.action with type arguments of type PairModifier and TypeMethodDescriptionstatic ChatActionDropFirstOwnedItemAction.dropFirstOwnedItem(List<Pair<String, Integer>> itemList) Constructor parameters in games.stendhal.server.entity.npc.action with type arguments of type Pair -
Uses of Pair in games.stendhal.server.entity.npc.behaviour.journal
Methods in games.stendhal.server.entity.npc.behaviour.journal that return types with arguments of type PairModifier and TypeMethodDescriptionMerchantsRegister.getBuyers()ServicersRegister.getHealers()ProducerRegister.getMultiProducers()ServicersRegister.getOutfitChangers()ProducerRegister.getProducers()ServicersRegister.getRepairers()MerchantsRegister.getSellers() -
Uses of Pair in games.stendhal.server.entity.npc.quest
Methods in games.stendhal.server.entity.npc.quest that return PairModifier and TypeMethodDescriptionQuestBuilder.getCompletionsIndexes()Retrieves quest slot indexes where completions count are stored. -
Uses of Pair in games.stendhal.server.entity.npc.shop
Methods in games.stendhal.server.entity.npc.shop that return types with arguments of type Pair -
Uses of Pair in games.stendhal.server.maps.quests
Fields in games.stendhal.server.maps.quests with type parameters of type PairMethods in games.stendhal.server.maps.quests that return PairModifier and TypeMethodDescriptionQuestInfo.getCompletionsIndexes()Retrieves quest slot indexes where completions count are stored.Methods in games.stendhal.server.maps.quests with parameters of type PairModifier and TypeMethodDescriptionvoidAbstractQuest.fillQuestInfo(String name, String description, boolean repeatable, Pair<Integer, Integer> completionsIndex) fill fields of questInfo object with info about this questvoidQuestInfo.setCompletionsIndexes(Pair<Integer, Integer> completionsIndexes) Sets quest slot indexes to check for completions count. -
Uses of Pair in marauroa.server.game.db
Methods in marauroa.server.game.db that return types with arguments of type PairModifier and TypeMethodDescriptionLoginEventDAO.getAmountOfFailedLogins(DBTransaction transaction, long id, int playerId) gets the amount of failed login attemps