Class CoopSlave
java.lang.Object
zombie.network.CoopSlave
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionboolean
handleCommand
(String command) static void
init()
static void
boolean
isHost
(long steamID) boolean
isInvited
(long friendSteamID) boolean
void
void
sendExternalIPAddress
(String cookie) void
sendMessage
(String message) void
sendMessage
(String tag, String cookie, String payload) void
sendStatus
(String status) void
sendSteamID
(String cookie) static void
void
update()
-
Field Details
-
instance
-
hostUser
-
hostSteamID
public long hostSteamID
-
-
Method Details
-
init
- Throws:
FileNotFoundException
-
initStreams
- Throws:
FileNotFoundException
-
notify
-
sendStatus
-
status
-
sendMessage
-
sendMessage
-
sendExternalIPAddress
-
sendSteamID
-
handleCommand
-
getHostUser
-
update
public void update() -
masterLost
public boolean masterLost() -
isHost
public boolean isHost(long steamID) -
isInvited
public boolean isInvited(long friendSteamID)
-