Package cardmanager.networking
Interface NetworkGame
- All Known Implementing Classes:
AbstractNetworkGame
,ClientNetworkGame
,ServerNetworkGame
public interface NetworkGame
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Method Summary
Modifier and TypeMethodDescriptionCard[]
void
closeAll()
String[]
getPlayerPiles
(String playerName) String[]
String[]
void
messageToServerForAll
(String string) void
renamePlayer
(String from, String to) void
void
void
shufflePile
(String pile) void
-
Field Details
-
plainTextForAll
- See Also:
-
renameBack
- See Also:
-
renamed
- See Also:
-
namesAllExceptMee
- See Also:
-
allPlayersInOrder
- See Also:
-
needYourPiles
- See Also:
-
myPiles
- See Also:
-
syncing
- See Also:
-
serverName
- See Also:
-
shuffle
- See Also:
-
ask
- See Also:
-
LIST
- See Also:
-
FROMTOP
- See Also:
-
STEAL
- See Also:
-
RESPONSE
- See Also:
-
-
Method Details