Class Packet255KickDisconnect_b1_4

    • Field Detail

      • reason

        public java.lang.String reason
        Displayed to the client when the connection terminates.
    • Constructor Detail

      • Packet255KickDisconnect_b1_4

        public Packet255KickDisconnect_b1_4()
      • Packet255KickDisconnect_b1_4

        public Packet255KickDisconnect_b1_4​(java.lang.String var1)
    • Method Detail

      • readPacketData

        public void readPacketData​(java.io.DataInputStream var1)
                            throws java.io.IOException
        Abstract. Reads the raw packet data from the data stream.
        Specified by:
        readPacketData in class Packet
        Throws:
        java.io.IOException
      • writePacketData

        public void writePacketData​(java.io.DataOutputStream var1)
                             throws java.io.IOException
        Abstract. Writes the raw packet data to the data stream.
        Specified by:
        writePacketData in class Packet
        Throws:
        java.io.IOException
      • getPacketSize

        public int getPacketSize()
        Abstract. Return the size of the packet (not counting the header).
        Specified by:
        getPacketSize in class Packet