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

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
LogOnRequest ( ) : System

Initializes a new instance of the LogOnRequest 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

LogOnRequest() public méthode

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

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