public class JoinRoomRequest implements ILobbyRequest
Send by client to join game by gameType. Creates a new gameRoom if no open gameRoom of the specified gameType exists.
public JoinRoomRequest(@NotNull java.lang.String gameType)
Send by client to join game by gameType. Creates a new gameRoom if no open gameRoom of the specified gameType exists.
@NotNull public java.lang.String getGameType()
@NotNull public java.lang.String component1()
@NotNull public JoinRoomRequest copy(@NotNull java.lang.String gameType)
Send by client to join game by gameType. Creates a new gameRoom if no open gameRoom of the specified gameType exists.
@NotNull public java.lang.String toString()
Send by client to join game by gameType. Creates a new gameRoom if no open gameRoom of the specified gameType exists.
public int hashCode()
Send by client to join game by gameType. Creates a new gameRoom if no open gameRoom of the specified gameType exists.
public boolean equals(@Nullable java.lang.Object p)
Send by client to join game by gameType. Creates a new gameRoom if no open gameRoom of the specified gameType exists.