Class ClientThread

java.lang.Object
net.minecraft.network.rcon.RConThread
net.minecraft.network.rcon.ClientThread
All Implemented Interfaces:
Runnable

public class ClientThread extends RConThread
  • Field Details

    • LOGGER

      private static final org.apache.logging.log4j.Logger LOGGER
    • authed

      private boolean authed
    • client

      private final Socket client
    • buf

      private final byte[] buf
    • rconPassword

      private final String rconPassword
    • serverInterface

      private final IServer serverInterface
  • Constructor Details

  • Method Details