Class CoopSlave

java.lang.Object
zombie.network.CoopSlave

public class CoopSlave extends Object
Created by serge on 17.11.2015.
  • Field Details

    • instance

      public static CoopSlave instance
    • hostUser

      public String hostUser
    • hostSteamID

      public long hostSteamID
  • Method Details

    • init

      public static void init() throws FileNotFoundException
      Throws:
      FileNotFoundException
    • initStreams

      public static void initStreams() throws FileNotFoundException
      Throws:
      FileNotFoundException
    • notify

      public void notify(String notification)
    • sendStatus

      public void sendStatus(String status)
    • status

      public static void status(String status)
    • sendMessage

      public void sendMessage(String message)
    • sendMessage

      public void sendMessage(String tag, String cookie, String payload)
    • sendExternalIPAddress

      public void sendExternalIPAddress(String cookie)
    • sendSteamID

      public void sendSteamID(String cookie)
    • handleCommand

      public boolean handleCommand(String command)
    • getHostUser

      public String getHostUser()
    • update

      public void update()
    • masterLost

      public boolean masterLost()
    • isHost

      public boolean isHost(long steamID)
    • isInvited

      public boolean isInvited(long friendSteamID)