Class NetworkStateTransitions.OutboundConfigurer

java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelOutboundHandlerAdapter
net.minecraft.network.handler.NetworkStateTransitions.OutboundConfigurer
All Implemented Interfaces:
ChannelHandler, ChannelOutboundHandler
Enclosing class:
NetworkStateTransitions

public static class NetworkStateTransitions.OutboundConfigurer extends ChannelOutboundHandlerAdapter
Mappings:
Namespace Name
named net/minecraft/network/handler/NetworkStateTransitions$OutboundConfigurer
intermediary net/minecraft/class_9130$class_9133
official wj$c
  • Constructor Details

    • OutboundConfigurer

      public OutboundConfigurer()
  • Method Details

    • write

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