From 0427ab89f1753a44b30cbc35ce021cbbdc845109 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:52:45 +0300 Subject: fix missing source folder --- .../network/NettyEncryptionTranslator.html | 279 +++++++++++++++++++++ 1 file changed, 279 insertions(+) create mode 100644 javadoc/net/minecraft/network/NettyEncryptionTranslator.html (limited to 'javadoc/net/minecraft/network/NettyEncryptionTranslator.html') diff --git a/javadoc/net/minecraft/network/NettyEncryptionTranslator.html b/javadoc/net/minecraft/network/NettyEncryptionTranslator.html new file mode 100644 index 0000000..4af8cb4 --- /dev/null +++ b/javadoc/net/minecraft/network/NettyEncryptionTranslator.html @@ -0,0 +1,279 @@ + + + + + +NettyEncryptionTranslator (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.network
+

Class NettyEncryptionTranslator

+
+
+ +
+
    +
  • +
    +
    +
    public class NettyEncryptionTranslator
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + +
      Constructors 
      ModifierConstructor and Description
      protected NettyEncryptionTranslator(javax.crypto.Cipher p_i45140_1_) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      protected io.netty.buffer.ByteBuffunc_150503_a(io.netty.channel.ChannelHandlerContext p_150503_1_, + io.netty.buffer.ByteBuf p_150503_2_) 
      protected voidfunc_150504_a(io.netty.buffer.ByteBuf p_150504_1_, + io.netty.buffer.ByteBuf p_150504_2_) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        NettyEncryptionTranslator

        +
        protected NettyEncryptionTranslator(javax.crypto.Cipher p_i45140_1_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        func_150503_a

        +
        protected io.netty.buffer.ByteBuf func_150503_a(io.netty.channel.ChannelHandlerContext p_150503_1_,
        +                                    io.netty.buffer.ByteBuf p_150503_2_)
        +                                         throws javax.crypto.ShortBufferException
        +
        Throws:
        +
        javax.crypto.ShortBufferException
        +
      • +
      + + + +
        +
      • +

        func_150504_a

        +
        protected void func_150504_a(io.netty.buffer.ByteBuf p_150504_1_,
        +                 io.netty.buffer.ByteBuf p_150504_2_)
        +                      throws javax.crypto.ShortBufferException
        +
        Throws:
        +
        javax.crypto.ShortBufferException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3