Package net.minecraft.network.handler
Class LocalBufPacker
java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelOutboundHandlerAdapter
net.minecraft.network.handler.LocalBufPacker
- All Implemented Interfaces:
- ChannelHandler,- ChannelOutboundHandler
- Mappings:
- Namespace - Name - named - net/minecraft/network/handler/LocalBufPacker- intermediary - net/minecraft/class_10552- official - vp
- 
Nested Class SummaryNested classes/interfaces inherited from interface io.netty.channel.ChannelHandlerChannelHandler.Sharable
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidwrite(ChannelHandlerContext context, Object buf, ChannelPromise channelPromise) 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- 
LocalBufPackerpublic LocalBufPacker()
 
- 
- 
Method Details- 
write- Specified by:
- writein interface- ChannelOutboundHandler
- Overrides:
- writein class- ChannelOutboundHandlerAdapter
- Mappings:
- Namespace - Name - Mixin selector - named - write- Lnet/minecraft/network/handler/LocalBufPacker;write(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)V- intermediary - write- Lnet/minecraft/class_10552;write(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)V- official - write- Lvp;write(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)V
 
 
-