Class LogKillEventCommand

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

public class LogKillEventCommand extends AbstractDBCommand
logs kill events
Author:
hendrik
  • Constructor Details

    • LogKillEventCommand

      public LogKillEventCommand(Entity killed, Killer killer)
      creates a new LogKillEventCommand
      Parameters:
      killed - killed entity
      killer - killer entity
  • Method Details