Interface Packet<T extends INetHandler>

    • Method Detail

      • readPacketData

        void readPacketData​(PacketBuffer var1)
                     throws java.io.IOException
        + Reads the raw packet data from the data stream.
        Throws:
        java.io.IOException
      • writePacketData

        void writePacketData​(PacketBuffer var1)
                      throws java.io.IOException
        + Writes the raw packet data to the data stream.
        Throws:
        java.io.IOException
      • processPacket

        void processPacket​(T var1)
        + Passes this Packet on to the NetHandler for processing.