Class StartGamePacket

java.lang.Object
network.protocol.Packet
network.protocol.packets.StartGamePacket
All Implemented Interfaces:
Serializable

public class StartGamePacket extends Packet
See Also:
  • Constructor Details

    • StartGamePacket

      public StartGamePacket(String serializedSudoku, Instant instant, long gameDuration)
  • Method Details

    • getSerializedSudoku

      public String getSerializedSudoku()
    • getInstant

      public Instant getInstant()
    • getGameDuration

      public long getGameDuration()
    • accept

      public void accept(PacketVisitor packetVisitor)
      Specified by:
      accept in class Packet