Interface JoinLobbyResponse.LobbyStage
-
- All Known Implementing Classes:
JoinLobbyResponse.Builder
- Enclosing class:
- JoinLobbyResponse
public static interface JoinLobbyResponse.LobbyStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JoinLobbyResponse.Builderfrom(JoinLobbyResponse other)JoinLobbyResponse.PlayerStagelobby(JoinLobby lobby)
-
-
-
Method Detail
-
lobby
JoinLobbyResponse.PlayerStage lobby(JoinLobby lobby)
-
from
JoinLobbyResponse.Builder from(JoinLobbyResponse other)
-
-