Class LegacyServerPinger

All Implemented Interfaces:
ChannelHandler, ChannelInboundHandler

@Environment(CLIENT) public class LegacyServerPinger extends SimpleChannelInboundHandler<ByteBuf>
Mappings:
Namespace Name
named net/minecraft/client/network/LegacyServerPinger
intermediary net/minecraft/class_8676
official ggi
  • Field Details Link icon

    • SPLITTER Link icon

      private static final Splitter SPLITTER
      Mappings:
      Namespace Name Mixin selector
      named SPLITTER Lnet/minecraft/client/network/LegacyServerPinger;SPLITTER:Lcom/google/common/base/Splitter;
      intermediary field_45604 Lnet/minecraft/class_8676;field_45604:Lcom/google/common/base/Splitter;
      official a Lggi;a:Lcom/google/common/base/Splitter;
    • serverAddress Link icon

      private final ServerAddress serverAddress
      Mappings:
      Namespace Name Mixin selector
      named serverAddress Lnet/minecraft/client/network/LegacyServerPinger;serverAddress:Lnet/minecraft/client/network/ServerAddress;
      intermediary field_45605 Lnet/minecraft/class_8676;field_45605:Lnet/minecraft/class_639;
      official b Lggi;b:Lghs;
    • handler Link icon

      private final LegacyServerPinger.ResponseHandler handler
      Mappings:
      Namespace Name Mixin selector
      named handler Lnet/minecraft/client/network/LegacyServerPinger;handler:Lnet/minecraft/client/network/LegacyServerPinger$ResponseHandler;
      intermediary field_45606 Lnet/minecraft/class_8676;field_45606:Lnet/minecraft/class_8676$class_8677;
      official c Lggi;c:Lggi$a;
  • Constructor Details Link icon

    • LegacyServerPinger Link icon

      public LegacyServerPinger(ServerAddress serverAddress, LegacyServerPinger.ResponseHandler handler)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/network/LegacyServerPinger;<init>(Lnet/minecraft/client/network/ServerAddress;Lnet/minecraft/client/network/LegacyServerPinger$ResponseHandler;)V
      intermediary <init> Lnet/minecraft/class_8676;<init>(Lnet/minecraft/class_639;Lnet/minecraft/class_8676$class_8677;)V
      official <init> Lggi;<init>(Lghs;Lggi$a;)V
  • Method Details Link icon

    • channelActive Link icon

      public void channelActive(ChannelHandlerContext context) throws Exception
      Specified by:
      channelActive in interface ChannelInboundHandler
      Overrides:
      channelActive in class ChannelInboundHandlerAdapter
      Throws:
      Exception
      Mappings:
      Namespace Name Mixin selector
      named channelActive Lnet/minecraft/client/network/LegacyServerPinger;channelActive(Lio/netty/channel/ChannelHandlerContext;)V
      intermediary channelActive Lnet/minecraft/class_8676;channelActive(Lio/netty/channel/ChannelHandlerContext;)V
      official channelActive Lggi;channelActive(Lio/netty/channel/ChannelHandlerContext;)V
    • channelRead0 Link icon

      protected void channelRead0(ChannelHandlerContext channelHandlerContext, ByteBuf byteBuf)
      Specified by:
      channelRead0 in class SimpleChannelInboundHandler<ByteBuf>
      Mappings:
      Namespace Name Mixin selector
      named channelRead0 Lnet/minecraft/client/network/LegacyServerPinger;channelRead0(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;)V
      intermediary method_3005 Lnet/minecraft/class_8676;method_3005(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;)V
      official a Lggi;a(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;)V
    • exceptionCaught Link icon

      public void exceptionCaught(ChannelHandlerContext context, Throwable throwable)
      Specified by:
      exceptionCaught in interface ChannelHandler
      Specified by:
      exceptionCaught in interface ChannelInboundHandler
      Overrides:
      exceptionCaught in class ChannelInboundHandlerAdapter
      Mappings:
      Namespace Name Mixin selector
      named exceptionCaught Lnet/minecraft/client/network/LegacyServerPinger;exceptionCaught(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;)V
      intermediary exceptionCaught Lnet/minecraft/class_8676;exceptionCaught(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;)V
      official exceptionCaught Lggi;exceptionCaught(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;)V