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 - we$a
- 
Nested Class SummaryNested classes/interfaces inherited from interface io.netty.channel.ChannelHandlerChannelHandler.Sharable
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidchannelRead(ChannelHandlerContext context, Object received) voidwrite(ChannelHandlerContext context, Object received, ChannelPromise promise) Methods inherited from class io.netty.channel.ChannelDuplexHandlerbind, close, connect, deregister, disconnect, flush, readMethods inherited from class io.netty.channel.ChannelInboundHandlerAdapterchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredMethods inherited from class io.netty.channel.ChannelHandlerAdapterensureNotSharable, handlerAdded, handlerRemoved, isSharableMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.netty.channel.ChannelHandlerhandlerAdded, handlerRemoved
- 
Constructor Details- 
InboundConfigurerpublic InboundConfigurer()
 
- 
- 
Method Details- 
channelRead- Specified by:
- channelReadin interface- ChannelInboundHandler
- Overrides:
- channelReadin 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- Lwe$a;channelRead(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V
 
- 
writepublic void write(ChannelHandlerContext context, Object received, ChannelPromise promise) throws Exception - Specified by:
- writein interface- ChannelOutboundHandler
- Overrides:
- writein 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- Lwe$a;write(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)V
 
 
-