C# Class Pdelvo.Minecraft.Protocol.Classic.ClassicServerInterface

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

Méthodes publiques

Méthode Description
ClassicServerInterface ( BigEndianStream stream, int version ) : Pdelvo.Minecraft.Network

Méthodes protégées

Méthode Description
PrepareEndPoint ( ) : void

Prepares the end point.

Method Details

ClassicServerInterface() public méthode

public ClassicServerInterface ( BigEndianStream stream, int version ) : Pdelvo.Minecraft.Network
stream Pdelvo.Minecraft.Network.BigEndianStream
version int
Résultat Pdelvo.Minecraft.Network

PrepareEndPoint() protected méthode

Prepares the end point.
protected PrepareEndPoint ( ) : void
Résultat void