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 --- .../net/minecraft/util/MessageDeserializer.html | 326 +++++++++++++++++++++ 1 file changed, 326 insertions(+) create mode 100644 javadoc/net/minecraft/util/MessageDeserializer.html (limited to 'javadoc/net/minecraft/util/MessageDeserializer.html') diff --git a/javadoc/net/minecraft/util/MessageDeserializer.html b/javadoc/net/minecraft/util/MessageDeserializer.html new file mode 100644 index 0000000..6fab206 --- /dev/null +++ b/javadoc/net/minecraft/util/MessageDeserializer.html @@ -0,0 +1,326 @@ + + + + + +MessageDeserializer (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.util
+

Class MessageDeserializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler
    +
    +
    +
    +
    public class MessageDeserializer
    +extends io.netty.handler.codec.ByteToMessageDecoder
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler

        +io.netty.channel.ChannelHandler.Sharable
      • +
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      protected voiddecode(io.netty.channel.ChannelHandlerContext p_decode_1_, + io.netty.buffer.ByteBuf p_decode_2_, + java.util.List p_decode_3_) 
      +
        +
      • + + +

        Methods inherited from class io.netty.handler.codec.ByteToMessageDecoder

        +actualReadableBytes, callDecode, channelInactive, channelRead, channelReadComplete, decodeLast, handlerRemoved, handlerRemoved0, internalBuffer, isSingleDecode, setSingleDecode
      • +
      +
        +
      • + + +

        Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter

        +channelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
      • +
      +
        +
      • + + +

        Methods inherited from class io.netty.channel.ChannelHandlerAdapter

        +handlerAdded, isSharable
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

        Methods inherited from interface io.netty.channel.ChannelHandler

        +handlerAdded
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MessageDeserializer

        +
        public MessageDeserializer(NetworkStatistics p_i1183_1_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        decode

        +
        protected void decode(io.netty.channel.ChannelHandlerContext p_decode_1_,
        +          io.netty.buffer.ByteBuf p_decode_2_,
        +          java.util.List p_decode_3_)
        +               throws java.io.IOException
        +
        +
        Specified by:
        +
        decode in class io.netty.handler.codec.ByteToMessageDecoder
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3