Uses of Class
cardmanager.impl.networking.JoinedPlayer
-
Packages that use JoinedPlayer Package Description cardmanager.impl.networking cardmanager.networking cardmanager.networking.impl -
-
Uses of JoinedPlayer in cardmanager.impl.networking
Fields in cardmanager.impl.networking declared as JoinedPlayer Modifier and Type Field Description JoinedPlayer
ClientPlayerCreator. joinedPalyer
Methods in cardmanager.impl.networking that return types with arguments of type JoinedPlayer Modifier and Type Method Description java.util.ArrayList<JoinedPlayer>
NetworkStarter. getJoinedPlayers()
java.util.ArrayList<JoinedPlayer>
ServerPlayerCreator. getJoinedPlayers()
-
Uses of JoinedPlayer in cardmanager.networking
Methods in cardmanager.networking with parameters of type JoinedPlayer Modifier and Type Method Description void
NetworkGameProceeder. proceedNeedYourPiles(java.lang.String whois, JoinedPlayer fromwho)
-
Uses of JoinedPlayer in cardmanager.networking.impl
Methods in cardmanager.networking.impl with parameters of type JoinedPlayer Modifier and Type Method Description static SyncKeeper
AbstractNetworkGame. syncRequest(JoinedPlayer fromwho, java.lang.String reqestMessageToFromWho, SyncKeeper waitFor, int timeoout, java.lang.String message, NetworkLogger log)
Constructors in cardmanager.networking.impl with parameters of type JoinedPlayer Constructor Description ClientNetworkGame(Settings settings, JoinedPlayer joinedPalyer)
Constructor parameters in cardmanager.networking.impl with type arguments of type JoinedPlayer Constructor Description ServerNetworkGame(Settings settings, java.util.ArrayList<JoinedPlayer> joinedPlayers)
-