Package net.minecraft
Class class_8676
- All Implemented Interfaces:
ChannelHandler,ChannelInboundHandler
- Mappings:
Namespace Name official fijintermediary net/minecraft/class_8676named net/minecraft/class_8676
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
ChannelHandler.Sharable -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Splitterprivate final ServerAddressprivate final class_8676.class_8677 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidchannelActive(ChannelHandlerContext context) protected voidchannelRead0(ChannelHandlerContext channelHandlerContext, ByteBuf byteBuf) voidexceptionCaught(ChannelHandlerContext context, Throwable throwable) Methods inherited from class io.netty.channel.SimpleChannelInboundHandler
acceptInboundMessage, channelReadMethods inherited from class io.netty.channel.ChannelInboundHandlerAdapter
channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggeredMethods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, handlerAdded, handlerRemoved, isSharableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.netty.channel.ChannelHandler
handlerAdded, handlerRemoved
-
Field Details
-
field_45604
- Mappings:
Namespace Name Mixin selector official aLfij;a:Lcom/google/common/base/Splitter;intermediary field_45604Lnet/minecraft/class_8676;field_45604:Lcom/google/common/base/Splitter;named field_45604Lnet/minecraft/class_8676;field_45604:Lcom/google/common/base/Splitter;
-
field_45605
- Mappings:
Namespace Name Mixin selector official bLfij;b:Lfjk;intermediary field_45605Lnet/minecraft/class_8676;field_45605:Lnet/minecraft/class_639;named field_45605Lnet/minecraft/class_8676;field_45605:Lnet/minecraft/client/network/ServerAddress;
-
field_45606
- Mappings:
Namespace Name Mixin selector official cLfij;c:Lfij$a;intermediary field_45606Lnet/minecraft/class_8676;field_45606:Lnet/minecraft/class_8676$class_8677;named field_45606Lnet/minecraft/class_8676;field_45606:Lnet/minecraft/class_8676$class_8677;
-
-
Constructor Details
-
class_8676
-
-
Method Details
-
channelActive
- Specified by:
channelActivein interfaceChannelInboundHandler- Overrides:
channelActivein classChannelInboundHandlerAdapter- Throws:
Exception- Mappings:
Namespace Name Mixin selector official channelActiveLfij;channelActive(Lio/netty/channel/ChannelHandlerContext;)Vintermediary channelActiveLnet/minecraft/class_8676;channelActive(Lio/netty/channel/ChannelHandlerContext;)Vnamed channelActiveLnet/minecraft/class_8676;channelActive(Lio/netty/channel/ChannelHandlerContext;)V
-
channelRead0
- Specified by:
channelRead0in classSimpleChannelInboundHandler<ByteBuf>- Mappings:
Namespace Name Mixin selector official aLfij;a(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;)Vintermediary method_3005Lnet/minecraft/class_8676;method_3005(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;)Vnamed channelRead0Lnet/minecraft/class_8676;channelRead0(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;)V
-
exceptionCaught
- Specified by:
exceptionCaughtin interfaceChannelHandler- Specified by:
exceptionCaughtin interfaceChannelInboundHandler- Overrides:
exceptionCaughtin classChannelInboundHandlerAdapter- Mappings:
Namespace Name Mixin selector official exceptionCaughtLfij;exceptionCaught(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;)Vintermediary exceptionCaughtLnet/minecraft/class_8676;exceptionCaught(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;)Vnamed exceptionCaughtLnet/minecraft/class_8676;exceptionCaught(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;)V
-