Class SelectCloud

All Implemented Interfaces:
Serializable

public class SelectCloud extends GameMessage
A GameMessage sent by a client in order to inform the server of the cloud tile literal specified by the user in the current action phase.
See Also:
  • Constructor Details

    • SelectCloud

      public SelectCloud(String sender, int cloud)
  • Method Details

    • getCloud

      public int getCloud()
      A getter for the cloud tile literal requested by the user.
      Returns:
      the chosen cloud tile literal