Class NetworkStateTransitions.InboundConfigurer

All Implemented Interfaces:
ChannelHandler, ChannelInboundHandler, ChannelOutboundHandler
Enclosing class:
NetworkStateTransitions

public static class NetworkStateTransitions.InboundConfigurer extends ChannelDuplexHandler
Mappings:
Namespace Name
named net/minecraft/network/handler/NetworkStateTransitions$InboundConfigurer
intermediary net/minecraft/class_9130$class_9131
official wj$a
  • Constructor Details

    • InboundConfigurer

      public InboundConfigurer()
  • Method Details

    • channelRead

      public void channelRead(ChannelHandlerContext context, Object received)
      Specified by:
      channelRead in interface ChannelInboundHandler
      Overrides:
      channelRead in class ChannelInboundHandlerAdapter
      Mappings:
      Namespace Name Mixin selector
      named channelRead Lnet/minecraft/network/handler/NetworkStateTransitions$InboundConfigurer;channelRead(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V
      intermediary channelRead Lnet/minecraft/class_9130$class_9131;channelRead(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V
      official channelRead Lwj$a;channelRead(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V
    • write

      public void write(ChannelHandlerContext context, Object received, ChannelPromise promise) throws Exception
      Specified by:
      write in interface ChannelOutboundHandler
      Overrides:
      write in class ChannelDuplexHandler
      Throws:
      Exception
      Mappings:
      Namespace Name Mixin selector
      named write Lnet/minecraft/network/handler/NetworkStateTransitions$InboundConfigurer;write(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)V
      intermediary write Lnet/minecraft/class_9130$class_9131;write(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)V
      official write Lwj$a;write(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)V