Uses of Class
cardmanager.impl.networking.JoinedPlayer
Packages that use JoinedPlayer
-
Uses of JoinedPlayer in cardmanager.impl.networking
Fields in cardmanager.impl.networking declared as JoinedPlayerMethods in cardmanager.impl.networking that return types with arguments of type JoinedPlayerModifier and TypeMethodDescriptionNetworkStarter.getJoinedPlayers()
ServerPlayerCreator.getJoinedPlayers()
-
Uses of JoinedPlayer in cardmanager.networking
Methods in cardmanager.networking with parameters of type JoinedPlayerModifier and TypeMethodDescriptionvoid
NetworkGameProceeder.proceedNeedYourPiles
(String whois, JoinedPlayer fromwho) -
Uses of JoinedPlayer in cardmanager.networking.impl
Methods in cardmanager.networking.impl with parameters of type JoinedPlayerModifier and TypeMethodDescriptionstatic SyncKeeper
AbstractNetworkGame.syncRequest
(JoinedPlayer fromwho, String reqestMessageToFromWho, SyncKeeper waitFor, int timeoout, String message, NetworkLogger log) Constructors in cardmanager.networking.impl with parameters of type JoinedPlayerConstructor parameters in cardmanager.networking.impl with type arguments of type JoinedPlayerModifierConstructorDescriptionServerNetworkGame
(Settings settings, ArrayList<JoinedPlayer> joinedPlayers)