Class CoopSlave
java.lang.Object
zombie.network.CoopSlave
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanhandleCommand(String command) static voidinit()static voidbooleanisHost(long steamID) booleanisInvited(long friendSteamID) booleanvoidvoidsendExternalIPAddress(String cookie) voidsendMessage(String message) voidsendMessage(String tag, String cookie, String payload) voidsendStatus(String status) voidsendSteamID(String cookie) static voidvoidupdate()
-
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)
-