C# Class Pdelvo.Minecraft.Protocol.Packets.PlayerListPing

Inheritance: Packet
Show file Open project: pdelvo/Pdelvo.Minecraft Class Usage Examples

Public Methods

Method Description
PlayerListPing ( ) : System

Initializes a new instance of the PlayerListPing class.

Protected Methods

Method Description
OnReceive ( BigEndianStream reader, int version ) : void

Receives the specified reader.

OnSend ( BigEndianStream writer, int version ) : void

Sends the specified writer.

Method Details

OnReceive() protected method

Receives the specified reader.
protected OnReceive ( BigEndianStream reader, int version ) : void
reader Pdelvo.Minecraft.Network.BigEndianStream The reader.
version int The version.
return void

OnSend() protected method

Sends the specified writer.
protected OnSend ( BigEndianStream writer, int version ) : void
writer Pdelvo.Minecraft.Network.BigEndianStream The writer.
version int The version.
return void

PlayerListPing() public method

Initializes a new instance of the PlayerListPing class.
public PlayerListPing ( ) : System
return System