Class PlayerActionRequest

All Implemented Interfaces:
ClientEvent, Serializable

public class PlayerActionRequest extends ClientRequest
Represents a Client attempting to run a PlayerAction on the game
See Also:
  • Field Details

  • Constructor Details

    • PlayerActionRequest

      public PlayerActionRequest(PlayerAction action)
      Construct the request
      Parameters:
      action - the action the user wishes to run
  • Method Details