Class SetOnlineStatusCommand

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

public class SetOnlineStatusCommand extends AbstractDBCommand
Sets the online/offline status.
Author:
hendrik
  • Constructor Details

    • SetOnlineStatusCommand

      public SetOnlineStatusCommand(String playerName, boolean online)
      Creates a new SetOnlineStatusCommand
      Parameters:
      playerName - name of player
      online - true, to mark as online; false to mark as offline
  • Method Details