Package net.minecraft.network.handler
Class LocalBufUnpacker
java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
net.minecraft.network.handler.LocalBufUnpacker
- All Implemented Interfaces:
- ChannelHandler,- ChannelInboundHandler
- Mappings:
- Namespace - Name - named - net/minecraft/network/handler/LocalBufUnpacker- intermediary - net/minecraft/class_10551- official - vo
- 
Nested Class SummaryNested classes/interfaces inherited from interface io.netty.channel.ChannelHandlerChannelHandler.Sharable
- 
Constructor SummaryConstructors
- 
Method SummaryMethods 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- 
LocalBufUnpackerpublic LocalBufUnpacker()
 
- 
- 
Method Details- 
channelRead- Specified by:
- channelReadin interface- ChannelInboundHandler
- Overrides:
- channelReadin class- ChannelInboundHandlerAdapter
- Mappings:
- Namespace - Name - Mixin selector - named - channelRead- Lnet/minecraft/network/handler/LocalBufUnpacker;channelRead(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V- intermediary - channelRead- Lnet/minecraft/class_10551;channelRead(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V- official - channelRead- Lvo;channelRead(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V
 
 
-