Class RconClient

java.lang.Object
net.minecraft.server.rcon.RconBase
net.minecraft.server.rcon.RconClient
All Implemented Interfaces:
Runnable

@Environment(SERVER)
public class RconClient
extends RconBase
Mappings:
Namespace Name
official mn
intermediary net/minecraft/class_1673
named net/minecraft/server/rcon/RconClient
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official h Lmn;h:Lorg/apache/logging/log4j/Logger;
      intermediary field_6876 Lnet/minecraft/class_1673;field_6876:Lorg/apache/logging/log4j/Logger;
      named LOGGER Lnet/minecraft/server/rcon/RconClient;LOGGER:Lorg/apache/logging/log4j/Logger;
    • authenticated

      private boolean authenticated
      Mappings:
      Namespace Name Mixin selector
      official i Lmn;i:Z
      intermediary field_6877 Lnet/minecraft/class_1673;field_6877:Z
      named authenticated Lnet/minecraft/server/rcon/RconClient;authenticated:Z
    • socket

      private Socket socket
      Mappings:
      Namespace Name Mixin selector
      official j Lmn;j:Ljava/net/Socket;
      intermediary field_6878 Lnet/minecraft/class_1673;field_6878:Ljava/net/Socket;
      named socket Lnet/minecraft/server/rcon/RconClient;socket:Ljava/net/Socket;
    • packetBuffer

      private byte[] packetBuffer
      Mappings:
      Namespace Name Mixin selector
      official k Lmn;k:[B
      intermediary field_6879 Lnet/minecraft/class_1673;field_6879:[B
      named packetBuffer Lnet/minecraft/server/rcon/RconClient;packetBuffer:[B
    • password

      private String password
      Mappings:
      Namespace Name Mixin selector
      official l Lmn;l:Ljava/lang/String;
      intermediary field_6880 Lnet/minecraft/class_1673;field_6880:Ljava/lang/String;
      named password Lnet/minecraft/server/rcon/RconClient;password:Ljava/lang/String;
  • Constructor Details

  • Method Details

    • run

      public void run()
      Mappings:
      Namespace Name Mixin selector
      official run Lmn;run()V
      intermediary run Lnet/minecraft/class_1673;run()V
      named run Lnet/minecraft/server/rcon/RconClient;run()V
    • method_6332

      private void method_6332​(int int2, int int3, String string) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Lmn;a(IILjava/lang/String;)V
      intermediary method_6332 Lnet/minecraft/class_1673;method_6332(IILjava/lang/String;)V
      named method_6332 Lnet/minecraft/server/rcon/RconClient;method_6332(IILjava/lang/String;)V
    • method_6334

      private void method_6334() throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official f Lmn;f()V
      intermediary method_6334 Lnet/minecraft/class_1673;method_6334()V
      named method_6334 Lnet/minecraft/server/rcon/RconClient;method_6334()V
    • method_6333

      private void method_6333​(int int2, String string) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Lmn;a(ILjava/lang/String;)V
      intermediary method_6333 Lnet/minecraft/class_1673;method_6333(ILjava/lang/String;)V
      named method_6333 Lnet/minecraft/server/rcon/RconClient;method_6333(ILjava/lang/String;)V
    • close

      private void close()
      Mappings:
      Namespace Name Mixin selector
      official g Lmn;g()V
      intermediary method_6335 Lnet/minecraft/class_1673;method_6335()V
      named close Lnet/minecraft/server/rcon/RconClient;close()V