Package net.minecraft.network.handler
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 xe$c
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
ChannelHandler.Sharable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(ChannelHandlerContext context, Object received, ChannelPromise promise) Methods inherited from class io.netty.channel.ChannelOutboundHandlerAdapter
bind, close, connect, deregister, disconnect, flush, read
Methods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharable
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.netty.channel.ChannelHandler
exceptionCaught, handlerAdded, handlerRemoved
-
Constructor Details
-
OutboundConfigurer
public OutboundConfigurer()
-
-
Method Details
-
write
public void write(ChannelHandlerContext context, Object received, ChannelPromise promise) throws Exception - Specified by:
write
in interfaceChannelOutboundHandler
- Overrides:
write
in classChannelOutboundHandlerAdapter
- 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
Lxe$c;write(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)V
-