Package net.minecraft.network.handler
Class NetworkStateTransitions.InboundConfigurer
java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.channel.ChannelDuplexHandler
net.minecraft.network.handler.NetworkStateTransitions.InboundConfigurer
- All Implemented Interfaces:
ChannelHandler
,ChannelInboundHandler
,ChannelOutboundHandler
- Enclosing class:
NetworkStateTransitions
- Mappings:
Namespace Name named net/minecraft/network/handler/NetworkStateTransitions$InboundConfigurer
intermediary net/minecraft/class_9130$class_9131
official xe$a
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
ChannelHandler.Sharable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
channelRead
(ChannelHandlerContext context, Object received) void
write
(ChannelHandlerContext context, Object received, ChannelPromise promise) Methods inherited from class io.netty.channel.ChannelDuplexHandler
bind, close, connect, deregister, disconnect, flush, read
Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
Methods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, 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
handlerAdded, handlerRemoved
-
Constructor Details
-
InboundConfigurer
public InboundConfigurer()
-
-
Method Details
-
channelRead
- Specified by:
channelRead
in interfaceChannelInboundHandler
- Overrides:
channelRead
in classChannelInboundHandlerAdapter
- 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
Lxe$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 interfaceChannelOutboundHandler
- Overrides:
write
in classChannelDuplexHandler
- 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
Lxe$a;write(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)V
-