net.minecraft.network.encryption

public class PacketEncryptor

extends io.netty.handler.codec.MessageToByteEncoder<io.netty.buffer.ByteBuf>

net.minecraft.network.CipherEncoder
net.minecraft.class_2529
net.minecraft.network.encryption.PacketEncryptor

Field summary

Modifier and TypeField
private final PacketEncryptionManager
cipher
field_11620
manager

Constructor summary

ModifierConstructor
public (Cipher cipher)

Method summary

Modifier and TypeMethod
protected void
encode(io.netty.channel.ChannelHandlerContext ctx, io.netty.buffer.ByteBuf msg, io.netty.buffer.ByteBuf out)
method_10736(io.netty.channel.ChannelHandlerContext arg0, io.netty.buffer.ByteBuf arg1, io.netty.buffer.ByteBuf arg2)
encode(io.netty.channel.ChannelHandlerContext arg0, io.netty.buffer.ByteBuf arg1, io.netty.buffer.ByteBuf arg2)
protected void
encode(io.netty.channel.ChannelHandlerContext ctx, Object msg, io.netty.buffer.ByteBuf out)
encode(io.netty.channel.ChannelHandlerContext arg0, Object arg1, io.netty.buffer.ByteBuf arg2)
encode(io.netty.channel.ChannelHandlerContext context, Object buf, io.netty.buffer.ByteBuf result)