Uses of Class
games.stendhal.server.core.rp.achievement.Achievement
Package
Description
Events are notifications send from the server to the clients.
-
Uses of Achievement in games.stendhal.server.core.engine.db
Modifier and TypeMethodDescriptionint
AchievementDAO.insertAchievement(Achievement achievement)
Saves the base data of an achievementint
AchievementDAO.insertAchievement(DBTransaction transaction, Achievement achievement)
Saves the base data of an achievementvoid
AchievementDAO.updateAchievement(Integer id, Achievement achievement)
Updates the achievement with the given idvoid
AchievementDAO.updateAchievement(DBTransaction transaction, Integer id, Achievement achievement)
Updates the achievement with the given id -
Uses of Achievement in games.stendhal.server.core.rp.achievement
Modifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<Achievement>
AchievementNotifier.getAchievements()
gets a list of all Achievements -
Uses of Achievement in games.stendhal.server.core.rp.achievement.factory
Modifier and TypeMethodDescriptionprotected Achievement
AbstractAchievementFactory.createAchievement(String identifier, String title, String description, int score, boolean active, ChatCondition condition)
Creates a single achievementModifier and TypeMethodDescriptionabstract Collection<Achievement>
AbstractAchievementFactory.createAchievements()
Creates a collection of achievementsAdosItemQuestAchievementsFactory.createAchievements()
CommerceAchievementFactory.createAchievements()
DeathmatchAchievementFactory.createAchievements()
ExperienceAchievementFactory.createAchievements()
FightingAchievementFactory.createAchievements()
FriendAchievementFactory.createAchievements()
InteriorZoneAchievementFactory.createAchievements()
ItemAchievementFactory.createAchievements()
KillBlordroughsAchievementFactory.createAchievements()
KirdnehItemAchievementFactory.createAchievements()
MithrilbourghEnemyArmyAchievementFactory.createAchievements()
ObtainAchievementsFactory.createAchievements()
OutsideZoneAchievementFactory.createAchievements()
ProductionAchievementFactory.createAchievements()
QuestAchievementFactory.createAchievements()
SemosMonsterQuestAchievementFactory.createAchievements()
UndergroundZoneAchievementFactory.createAchievements()
-
Uses of Achievement in games.stendhal.server.events