类 CipherBase
java.lang.Object
net.minecraft.network.CipherBase
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
cipher
-
heapIn
private byte[] heapIn -
heapOut
private byte[] heapOut
-
-
构造器详细资料
-
CipherBase
-
-
方法详细资料
-
bufToByte
private byte[] bufToByte(io.netty.buffer.ByteBuf p_129405_) -
decipher
protected io.netty.buffer.ByteBuf decipher(io.netty.channel.ChannelHandlerContext p_129410_, io.netty.buffer.ByteBuf p_129411_) throws ShortBufferException -
encipher
protected void encipher(io.netty.buffer.ByteBuf p_129407_, io.netty.buffer.ByteBuf p_129408_) throws ShortBufferException
-