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

Inheritance: Packet
Afficher le fichier Open project: pdelvo/Pdelvo.Minecraft Class Usage Examples

Méthodes publiques

Méthode Description
PlayerListPing ( ) : System

Initializes a new instance of the PlayerListPing class.

Méthodes protégées

Méthode 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 méthode

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

OnSend() protected méthode

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

PlayerListPing() public méthode

Initializes a new instance of the PlayerListPing class.
public PlayerListPing ( ) : System
Résultat System