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 - rz- intermediary - net/minecraft/class_2528- named - net/minecraft/network/encryption/PacketDecryptor
- 
Nested Class SummaryNested classes/interfaces inherited from interface io.netty.channel.ChannelHandlerChannelHandler.Sharable
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voiddecode(ChannelHandlerContext channelHandlerContext, ByteBuf byteBuf, List<Object> list) Methods inherited from class io.netty.handler.codec.MessageToMessageDecoderacceptInboundMessage, channelReadMethods 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
- 
Field Details- 
manager- Mappings:
- Namespace - Name - Mixin selector - official - a- Lrz;a:Lry;- intermediary - field_11619- Lnet/minecraft/class_2528;field_11619:Lnet/minecraft/class_2524;- named - manager- Lnet/minecraft/network/encryption/PacketDecryptor;manager:Lnet/minecraft/network/encryption/PacketEncryptionManager;
 
 
- 
- 
Constructor Details- 
PacketDecryptor- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lrz;<init>(Ljavax/crypto/Cipher;)V- intermediary - <init>- Lnet/minecraft/class_2528;<init>(Ljavax/crypto/Cipher;)V- named - <init>- Lnet/minecraft/network/encryption/PacketDecryptor;<init>(Ljavax/crypto/Cipher;)V
 
 
- 
- 
Method Details- 
decodeprotected void decode(ChannelHandlerContext channelHandlerContext, ByteBuf byteBuf, List<Object> list) throws Exception - Specified by:
- decodein class- MessageToMessageDecoder<ByteBuf>
- Throws:
- Exception
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lrz;a(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V- intermediary - method_10735- Lnet/minecraft/class_2528;method_10735(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V- named - decode- Lnet/minecraft/network/encryption/PacketDecryptor;decode(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V
 
 
-