Class StartAction

java.lang.Object
games.stendhal.server.maps.deathmatch.StartAction
All Implemented Interfaces:
ChatAction, PostTransitionAction

public class StartAction extends Object implements ChatAction
Action to start a new deathmatch session for the player.
Author:
hendrik
  • Constructor Details

    • StartAction

      public StartAction(DeathmatchInfo deathmatchInfo)
      Creates a new StartAction for the specified deathmatch.
      Parameters:
      deathmatchInfo - deathmatch to start
  • Method Details