Class WriteHallOfFamePointsCommand

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

public class WriteHallOfFamePointsCommand extends AbstractDBCommand
Writes the points to the hall of fame.
Author:
hendrik
  • Constructor Details

    • WriteHallOfFamePointsCommand

      public WriteHallOfFamePointsCommand(String playername, String fametype, int points, boolean add)
      creates a new WriteHallOfFamePointsCommand
      Parameters:
      playername - name of player
      fametype - type of fame
      points - number of points
      add - true to add points to the existing ones, false to set the specified number of points.
  • Method Details