Class ServerJoinMessage
- java.lang.Object
-
- de.extio.spacecraft.shared.model.message.AbstractMessage
-
- de.extio.spacecraft.shared.model.message.toserver.ServerJoinMessage
-
public final class ServerJoinMessage extends AbstractMessage
Part of connecting client and server
-
-
Constructor Summary
Constructors Constructor Description ServerJoinMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUIDgetGameSessionId()UUIDgetReconnectTicket()booleanisCreateSession()voidsetCreateSession(boolean createSession)voidsetGameSessionId(UUID gameSessionId)voidsetReconnectTicket(UUID reconnectTicket)-
Methods inherited from class de.extio.spacecraft.shared.model.message.AbstractMessage
toString
-
-
-
-
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)
-
-