Class ReadCharactersFromHallOfFameCommand

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

public class ReadCharactersFromHallOfFameCommand extends AbstractDBCommand
Reads the points from the hall of fame.
Author:
hendrik
  • Constructor Details

    • ReadCharactersFromHallOfFameCommand

      public ReadCharactersFromHallOfFameCommand(String fametype, int max, boolean ascending)
      creates a new ReadHallOfFamePointsCommand
      Parameters:
      fametype - type of fame
      max - maximum number of returned characters
      ascending - sort ascending or descending
  • Method Details