Class WriteReachedAchievementCommand

java.lang.Object
marauroa.server.db.command.AbstractDBCommand
games.stendhal.server.core.engine.dbcommand.WriteReachedAchievementCommand
All Implemented Interfaces:
DBCommand

public class WriteReachedAchievementCommand extends AbstractDBCommand
command to log a reached achievement to the database
Author:
madmetzger
  • Constructor Details

    • WriteReachedAchievementCommand

      public WriteReachedAchievementCommand(Integer id, String playerName, boolean incReachedCount)
      Create a new command.
      Parameters:
      id - database id of the achievement
      title - achievement title
      category - achievement category
      playerName - name of player who has reached it
      incReachedCount - shall the reached counter of this achievement be incremented
  • Method Details