Class CoopSlave

java.lang.Object
zombie.network.CoopSlave

public class CoopSlave extends Object
  • 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 string)
    • sendStatus

      public void sendStatus(String string)
    • status

      public static void status(String string)
    • sendMessage

      public void sendMessage(String string)
    • sendMessage

      public void sendMessage(String string, String string2, String string3)
    • sendExternalIPAddress

      public void sendExternalIPAddress(String string)
    • sendSteamID

      public void sendSteamID(String string)
    • handleCommand

      public boolean handleCommand(String string)
    • getHostUser

      public String getHostUser()
    • update

      public void update()
    • masterLost

      public boolean masterLost()
    • isHost

      public boolean isHost(long long1)
    • isInvited

      public boolean isInvited(long long1)