Class ServerJoinMessage


  • public final class ServerJoinMessage
    extends AbstractMessage
    Part of connecting client and server
    • Constructor Detail

      • ServerJoinMessage

        public ServerJoinMessage()
    • Method Detail

      • getGameSessionId

        public UUID getGameSessionId()
      • setGameSessionId

        public void setGameSessionId​(UUID gameSessionId)
      • isCreateSession

        public boolean isCreateSession()
      • setCreateSession

        public void setCreateSession​(boolean createSession)
      • getReconnectTicket

        public UUID getReconnectTicket()
      • setReconnectTicket

        public void setReconnectTicket​(UUID reconnectTicket)