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 - we$c
- 
Nested Class SummaryNested classes/interfaces inherited from interface io.netty.channel.ChannelHandlerChannelHandler.Sharable
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidwrite(ChannelHandlerContext context, Object received, ChannelPromise promise) Methods inherited from class io.netty.channel.ChannelOutboundHandlerAdapterbind, close, connect, deregister, disconnect, flush, readMethods inherited from class io.netty.channel.ChannelHandlerAdapterensureNotSharable, exceptionCaught, 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.ChannelHandlerexceptionCaught, handlerAdded, handlerRemoved
- 
Constructor Details- 
OutboundConfigurerpublic OutboundConfigurer()
 
- 
- 
Method Details- 
writepublic void write(ChannelHandlerContext context, Object received, ChannelPromise promise) throws Exception - Specified by:
- writein interface- ChannelOutboundHandler
- Overrides:
- writein 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- Lwe$c;write(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)V
 
 
-