From 877312184c472d9845e5ef1008bc538f4634059f Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:50:56 +0300 Subject: fix missing source folder --- .../registry/IEntityAdditionalSpawnData.html | 229 --------------------- 1 file changed, 229 deletions(-) delete mode 100644 javadoc/cpw/mods/fml/common/registry/IEntityAdditionalSpawnData.html (limited to 'javadoc/cpw/mods/fml/common/registry/IEntityAdditionalSpawnData.html') diff --git a/javadoc/cpw/mods/fml/common/registry/IEntityAdditionalSpawnData.html b/javadoc/cpw/mods/fml/common/registry/IEntityAdditionalSpawnData.html deleted file mode 100644 index 5c947c2..0000000 --- a/javadoc/cpw/mods/fml/common/registry/IEntityAdditionalSpawnData.html +++ /dev/null @@ -1,229 +0,0 @@ - - - - - -IEntityAdditionalSpawnData (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.registry
-

Interface IEntityAdditionalSpawnData

-
-
-
-
    -
  • -
    -
    -
    public interface IEntityAdditionalSpawnData
    -
    A interface for Entities that need extra information to be communicated - between the server and client when they are spawned.
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      voidreadSpawnData(io.netty.buffer.ByteBuf additionalData) -
      Called by the client when it receives a Entity spawn packet.
      -
      voidwriteSpawnData(io.netty.buffer.ByteBuf buffer) -
      Called by the server when constructing the spawn packet.
      -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        writeSpawnData

        -
        void writeSpawnData(io.netty.buffer.ByteBuf buffer)
        -
        Called by the server when constructing the spawn packet. - Data should be added to the provided stream.
        -
        Parameters:
        buffer - The packet data stream
        -
      • -
      - - - -
        -
      • -

        readSpawnData

        -
        void readSpawnData(io.netty.buffer.ByteBuf additionalData)
        -
        Called by the client when it receives a Entity spawn packet. - Data should be read out of the stream in the same way as it was written.
        -
        Parameters:
        data - The packet data stream
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3