Class GameSessionJoinResponseMessage
- java.lang.Object
-
- de.extio.spacecraft.shared.model.message.AbstractMessage
-
- de.extio.spacecraft.shared.model.message.toclient.GameSessionJoinResponseMessage
-
public final class GameSessionJoinResponseMessage extends AbstractMessage
Part of connecting client and server
-
-
Constructor Summary
Constructors Constructor Description GameSessionJoinResponseMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUID
getPlayerId()
boolean
isSuccess()
void
setPlayerId(UUID playerId)
void
setSuccess(boolean success)
-
Methods inherited from class de.extio.spacecraft.shared.model.message.AbstractMessage
toString
-
-