Package net.minecraft.network.encryption
Class PacketDecryptor
java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.handler.codec.MessageToMessageDecoder<ByteBuf>
net.minecraft.network.encryption.PacketDecryptor
- All Implemented Interfaces:
ChannelHandler,ChannelInboundHandler
- Mappings:
Namespace Name official rnintermediary net/minecraft/class_2528named net/minecraft/network/encryption/PacketDecryptor
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
ChannelHandler.Sharable -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidmethod_10735(ChannelHandlerContext channelHandlerContext, ByteBuf byteBuf, List<Object> list) Methods inherited from class io.netty.handler.codec.MessageToMessageDecoder
acceptInboundMessage, channelRead, decodeMethods inherited from class io.netty.channel.ChannelInboundHandlerAdapter
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, 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
-
manager
- Mappings:
Namespace Name Mixin selector official aLrn;a:Lrm;intermediary field_11619Lnet/minecraft/class_2528;field_11619:Lnet/minecraft/class_2524;named managerLnet/minecraft/network/encryption/PacketDecryptor;manager:Lnet/minecraft/network/encryption/PacketEncryptionManager;
-
-
Constructor Details
-
PacketDecryptor
- Mappings:
Namespace Name Mixin selector official <init>Lrn;<init>(Ljavax/crypto/Cipher;)Vintermediary <init>Lnet/minecraft/class_2528;<init>(Ljavax/crypto/Cipher;)Vnamed <init>Lnet/minecraft/network/encryption/PacketDecryptor;<init>(Ljavax/crypto/Cipher;)V
-
-
Method Details
-
method_10735
protected void method_10735(ChannelHandlerContext channelHandlerContext, ByteBuf byteBuf, List<Object> list) throws Exception - Throws:
Exception- Mappings:
Namespace Name Mixin selector official aLrn;a(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)Vintermediary method_10735Lnet/minecraft/class_2528;method_10735(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)Vnamed method_10735Lnet/minecraft/network/encryption/PacketDecryptor;method_10735(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V
-